Some fixes

This commit is contained in:
yanorei32 2023-05-26 05:31:26 +09:00
parent 163da695e8
commit 78a4f8b75e
2 changed files with 1 additions and 3 deletions

2
Cargo.lock generated
View File

@ -379,7 +379,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]] [[package]]
name = "winres" name = "winresz"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"clap", "clap",

View File

@ -1,5 +1,3 @@
use std::ascii::AsciiExt;
use clap::Parser; use clap::Parser;
use winsafe::{ use winsafe::{
co::{PROCESS, PROCESS_NAME, SWP}, co::{PROCESS, PROCESS_NAME, SWP},