Keep modifier state in WLRoots input emulator

This commit is contained in:
VassiliDev
2024-11-25 19:36:14 -05:00
committed by Ferdinand Schober
parent 2e2046dc36
commit 345804355a
2 changed files with 63 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ tokio = { version = "1.32.0", features = [
once_cell = "1.19.0"
[target.'cfg(all(unix, not(target_os="macos")))'.dependencies]
bitflags = "2.6.0"
wayland-client = { version = "0.31.1", optional = true }
wayland-protocols = { version = "0.32.1", features = [
"client",
@@ -42,6 +43,8 @@ ashpd = { version = "0.10", default-features = false, features = [
"tokio",
], optional = true }
reis = { version = "0.4", features = ["tokio"], optional = true }
keycode = "0.4.0"
[target.'cfg(target_os="macos")'.dependencies]
bitflags = "2.6.0"