v2.1.0
What's Changed
- Implement app icon by @MrTanoshii in #8
- App icon made by @Aditeya
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