### `bevy` This example shows how to integrate [Bevy](https://bevyengine.org) 3D rendering into Slint, using WGPU. The example can be run on desktop platforms. ![Screenshot of the Bevy Demo](https://github.com/user-attachments/assets/cc4ed152-fc42-40a8-aba8-944add286dea) On a desktop system, run the demo with the following command: ```sh cargo run -p bevy-example ```