diff --git a/Cargo.lock b/Cargo.lock index 0f9dacf..a5bf6f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,7 +379,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] -name = "winres" +name = "winresz" version = "0.1.0" dependencies = [ "clap", diff --git a/src/main.rs b/src/main.rs index 5b319ad..290f073 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,3 @@ -use std::ascii::AsciiExt; - use clap::Parser; use winsafe::{ co::{PROCESS, PROCESS_NAME, SWP},