Skip to content

Commit

Permalink
Disable winit in anvil for now (as the change in wayland-rs became to…
Browse files Browse the repository at this point in the history
…o braking after drop of macros)
  • Loading branch information
PolyMeilex committed Mar 11, 2024
1 parent 08c76ec commit 8193f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anvil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gl_generator = "0.14"

[features]
debug = ["fps_ticker", "image/png", "renderdoc"]
default = ["egl", "winit", "x11", "udev", "xwayland"]
default = ["egl", "x11", "udev", "xwayland"]
egl = ["smithay/use_system_lib", "smithay/backend_egl"]
test_all_features = ["default", "debug"]
udev = [
Expand Down

0 comments on commit 8193f8d

Please sign in to comment.