Skip to content

Commit

Permalink
Add wayland-backend to wayland feature requirements
Browse files Browse the repository at this point in the history
By making `wayland-backend` optional, it broke the builds which used Wayland since it was never required by the `wayland` feature.
  • Loading branch information
acook authored Nov 1, 2024
1 parent 5c14e2b commit bf1aaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ k9 = "0.12.0"
gl_generator = "0.14"

[features]
wayland = ["wayland-client", "smithay-client-toolkit", "wayland-egl", "wayland-protocols"]
wayland = ["wayland-client", "smithay-client-toolkit", "wayland-egl", "wayland-protocols", "wayland-backend"]

[dependencies]
async-channel = "2.3"
Expand Down

0 comments on commit bf1aaf3

Please sign in to comment.