@@ -19,7 +19,7 @@ harness = false
19
19
[features ]
20
20
default = [" kms" , " x11" , " x11-dlopen" , " wayland" , " wayland-dlopen" ]
21
21
kms = [" bytemuck" , " drm" , " rustix" ]
22
- wayland = [" wayland-backend" , " wayland-client" , " memmap2" , " rustix" , " fastrand" ]
22
+ wayland = [" wayland-backend" , " wayland-client" , " wayland-sys " , " memmap2" , " rustix" , " fastrand" ]
23
23
wayland-dlopen = [" wayland-sys/dlopen" ]
24
24
x11 = [" as-raw-xcb-connection" , " bytemuck" , " fastrand" , " rustix" , " tiny-xlib" , " x11rb" ]
25
25
x11-dlopen = [" tiny-xlib/dlopen" , " x11rb/dl-libxcb" ]
@@ -38,7 +38,7 @@ rustix = { version = "0.38.19", features = ["fs", "mm", "shm", "std"], default-f
38
38
tiny-xlib = { version = " 0.2.1" , optional = true }
39
39
wayland-backend = { version = " 0.3.0" , features = [" client_system" ], optional = true }
40
40
wayland-client = { version = " 0.31.0" , optional = true }
41
- wayland-sys = " 0.31.0"
41
+ wayland-sys = { version = " 0.31.0" , optional = true }
42
42
x11rb = { version = " 0.13.0" , features = [" allow-unsafe-code" , " shm" ], optional = true }
43
43
44
44
[target .'cfg(target_os = "windows")' .dependencies .windows-sys ]
0 commit comments