move to windows from win-api (#99)

This commit is contained in:
Ferdinand Schober
2024-03-21 23:04:20 +01:00
committed by GitHub
parent 742b1585d7
commit 8aaff9fb58
3 changed files with 67 additions and 41 deletions

View File

@@ -49,7 +49,7 @@ reis = { version = "0.2", features = [ "tokio" ], optional = true }
core-graphics = { version = "0.23", features = ["highsierra"] }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["winuser"] }
windows = { version = "0.54.0", features = [ "Win32_UI_Input_KeyboardAndMouse" ] }
[build-dependencies]
glib-build-tools = "0.19.0"