Skip to content

Commit

Permalink
Update edition to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsteele committed Dec 26, 2022
1 parent d0348eb commit 5a00d2b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "ico"
version = "0.2.0"
edition = "2021"
authors = ["Matthew D. Steele <mdsteele@alum.mit.edu>"]
description = "A library for encoding/decoding ICO image files"
repository = "https://github.com/mdsteele/rust-ico"
Expand Down
3 changes: 0 additions & 3 deletions examples/icotool.rs
@@ -1,6 +1,3 @@
extern crate clap;
extern crate ico;

use clap::{App, Arg, SubCommand};
use std::fs;
use std::path::PathBuf;
Expand Down
4 changes: 0 additions & 4 deletions src/lib.rs
Expand Up @@ -56,13 +56,9 @@

#![warn(missing_docs)]

extern crate byteorder;
extern crate png;

use byteorder::{LittleEndian, ReadBytesExt, WriteBytesExt};
use std::collections::{BTreeSet, HashMap};
use std::io::{self, Read, Seek, SeekFrom, Write};
use std::{u16, u8};

// ========================================================================= //

Expand Down

0 comments on commit 5a00d2b

Please sign in to comment.