mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 11:21:30 +11:00
Remove xkbcommon-sys from x11 dependencies. (#209)
This commit is contained in:
parent
8efa8064c7
commit
de32daf2c1
|
@ -39,7 +39,7 @@ features = [
|
|||
|
||||
[features]
|
||||
default = ["wayland", "x11"]
|
||||
x11 = ["x11-dl", "xkb", "xkbcommon-sys"]
|
||||
x11 = ["x11-dl", "xkb"]
|
||||
wayland = ["wayland-client", "wayland-protocols", "wayland-cursor", "tempfile", "xkb", "xkbcommon-sys"]
|
||||
|
||||
[target.'cfg(not(any(target_os = "macos", target_os = "redox", windows)))'.dependencies]
|
||||
|
|
Loading…
Reference in a new issue