-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
C-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useO-LinuxSpecific to the Linux desktop operating systemSpecific to the Linux desktop operating system
Description
What problem does this solve or what need does it fill?
Without enabling wayland bevy fails on systems that support wayland instead of falling back to x11, supported by xwayland.
This is because wgpu won't support x11 windows, when wayland is available on the system.
What solution would you like?
simply add "wayland" to the default features list.
What alternative(s) have you considered?
You can of course enable it manually, but many will forget and simply assume that wayland will be supported via xwayland.
bjorn3, themaxhero, adsick, pkupper, keis and 24 moreshanesveller, mcobzarenco and ghishadow
Metadata
Metadata
Assignees
Labels
C-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useO-LinuxSpecific to the Linux desktop operating systemSpecific to the Linux desktop operating system