Skip to content

Commit

Permalink
Revert Windows API
Browse files Browse the repository at this point in the history
  • Loading branch information
mbwilding committed Sep 30, 2024
1 parent b9378ad commit addb658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dygma-layer-switcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ no-admin = [] # Disable forced administrator mode on Windows
build = "build_win.rs"

[target.'cfg(windows)'.dependencies]
windows = { version = "0.58", features = [
windows = { version = "0.56", features = [
"Win32_Foundation",
"Win32_UI_Accessibility",
"Win32_UI_WindowsAndMessaging",
Expand Down

0 comments on commit addb658

Please sign in to comment.