Skip to content

v2.1.0

Compare
Choose a tag to compare
@MrTanoshii MrTanoshii released this 07 Sep 23:48
· 53 commits to main since this release

What's Changed

Full Changelog: v2.0.0...v2.1.0

Notice for Linux

winit crate has an issue with Wayland, you can run the app without crashing by using the following command

export WINIT_UNIX_BACKEND=x11
./launch_your_app