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:
LGUG2Z
2021-12-02 15:59:09 -08:00
parent 1fb0a7cd6e
commit 409d374b72
5 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -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]