From 78a4f8b75e1030f9e4f1ec755d32e24d6fe4318e Mon Sep 17 00:00:00 2001 From: yanorei32 Date: Fri, 26 May 2023 05:31:26 +0900 Subject: [PATCH] Some fixes --- Cargo.lock | 2 +- src/main.rs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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},