Bevy Error (please help) #4921
Unanswered
astrogames06
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Looks like you have a Wayland only desktop environment without XWayland support for X11 compatibility. Bevy currently disables Wayland support by default. You can enable it using the [dependencies]
bevy = { version = "0.7.0", features = ["wayland"] } By the way which distro and desktop environment are you using? I haven't seen any Wayland compositor without XWayland support before. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bevy version
0.7
What you did
I ran
cargo run
Error
main.rs
Cargo.toml
Beta Was this translation helpful? Give feedback.
All reactions