Some quick and dirty code to reimplement window

switch detection and process name lookup
This commit is contained in:
Your Name
2022-06-12 11:19:46 -04:00
commit a61e3e5d3a
5 changed files with 194 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "auto_mute_tool"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
com = "0.6.0"
winapi = {version = "0.3.9", features=["winuser", "processthreadsapi", "errhandlingapi", "winbase", "impl-default", "impl-debug"]}