mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-09-16 23:01:30 +02:00
fix(wm): enforce virtual desktop validation
This commit fixes a regression introduced in https://github.com/LGUG2Z/komorebi/commit/2e86b607b257e9905900f69072790f32b3d3c19f which broke virtual desktop id validation on Windows 10.
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
uds_windows = "1"
|
||||
which = "4"
|
||||
winput = "0.2"
|
||||
winvd = "0.0.20"
|
||||
winvd = { git = "https://github.com/Ciantic/VirtualDesktopAccessor", branch = "rust" }
|
||||
miow = "0.4"
|
||||
|
||||
[dependencies.windows]
|
||||
|
||||
Reference in New Issue
Block a user