Naman Agrawal fc96e7a8ac feat: layer shell size now has the option to inherit from the bevy window.
- We had to always manually specify the size of the layer shell window,
now it can be inherited from the bevy window by setting
`layer_shell_settings.size = LayerShellWindowSize::Inherit` which is the
default.
- You can still manully set the layer shell size by setting
`layer_shell_settings.size = LayerShellWindowSize::Fixed(width,
height)`.
2025-08-27 11:11:28 +05:30
2025-08-19 11:41:35 +05:30
2025-08-19 11:41:35 +05:30

bevy_wayland

Wayland plugin for bevy to create and manage surfaces, protocols and integrations with the compositor

Languages
Rust 91.4%
Nix 8.6%