mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 14:20:05 -04:00
Basic raw keyboard handling.
This commit is contained in:
@@ -50,15 +50,18 @@ kernel32-sys = "0.1"
|
||||
|
||||
[target.i686-unknown-linux-gnu.dependencies]
|
||||
osmesa-sys = "0.0.5"
|
||||
wayland-client = "0.1.5"
|
||||
wayland-client = "0.1.6"
|
||||
wayland-kbd = "0.1.1"
|
||||
x11-dl = "=1.0.1"
|
||||
|
||||
[target.x86_64-unknown-linux-gnu.dependencies]
|
||||
osmesa-sys = "0.0.5"
|
||||
wayland-client = "0.1.5"
|
||||
wayland-client = "0.1.6"
|
||||
wayland-kbd = "0.1.1"
|
||||
x11-dl = "=1.0.1"
|
||||
|
||||
[target.arm-unknown-linux-gnueabihf.dependencies]
|
||||
osmesa-sys = "0.0.5"
|
||||
wayland-client = "0.1.5"
|
||||
wayland-client = "0.1.6"
|
||||
wayland-kbd = "0.1.1"
|
||||
x11-dl = "=1.0.1"
|
||||
|
||||
Reference in New Issue
Block a user