fc96e7a8ac4047f8634544dcb270992dbbee874e
- 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)`.
bevy_wayland
Wayland plugin for bevy to create and manage surfaces, protocols and integrations with the compositor
Description
Languages
Rust
91.4%
Nix
8.6%