macos: implement client side modifier events

closes #198
closes #199
This commit is contained in:
Ferdinand Schober
2024-10-25 22:52:57 +02:00
parent 75b790ec2e
commit df85f0baf8
3 changed files with 123 additions and 7 deletions

View File

@@ -44,6 +44,7 @@ ashpd = { version = "0.9", default-features = false, features = [
reis = { version = "0.2", features = ["tokio"], optional = true }
[target.'cfg(target_os="macos")'.dependencies]
bitflags = "2.5.0"
core-graphics = { version = "0.23", features = ["highsierra"] }
keycode = "0.4.0"