Skip to content

Enable wayland by default #4106

@kobutri

Description

@kobutri

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-UsabilityA targeted quality-of-life change that makes Bevy easier to useO-LinuxSpecific to the Linux desktop operating system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions