Skip to content

Commit 8193f8d

Browse files
committed
Disable winit in anvil for now (as the change in wayland-rs became too braking after drop of macros)
1 parent 08c76ec commit 8193f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anvil/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ gl_generator = "0.14"
3737

3838
[features]
3939
debug = ["fps_ticker", "image/png", "renderdoc"]
40-
default = ["egl", "winit", "x11", "udev", "xwayland"]
40+
default = ["egl", "x11", "udev", "xwayland"]
4141
egl = ["smithay/use_system_lib", "smithay/backend_egl"]
4242
test_all_features = ["default", "debug"]
4343
udev = [

0 commit comments

Comments
 (0)