mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-03 11:51:28 +03:00
Keep modifier state in WLRoots input emulator
This commit is contained in:
committed by
Ferdinand Schober
parent
2e2046dc36
commit
345804355a
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user