Enable winit "default" feature
Open
A-Windowing
C-Feature
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## What problem does this solve or what need does it fill?
I'm not sure why it was disabled in the first place. But enabling it brings Wayland by default, which fits in much better with my system, and is a more modern and potentially lower-latency/faster API.
## What solution would you like?
Enable winit "default" feature in bevy_winit.
## What alternative(s) have you considered?
If the intention was to have x11 as the default, at least add "winit/wayland-csd-adwaita" to bevy_winit's "wayland" feature, as without it, on desktops without SSD, the CSD looks pretty bad.
Contributor guide
Assessment
This issue has not been assessed yet.