Turns out CLI mode on Windows was broken since v0.1.1. Unfortunately fixing that makes it so the Windows egui builds get a cmd window on the background, but I think it's not too bad a compromise.
What's Changed
- Update base image from Ubuntu 21.10 (EOL) to 22.04 by @dideler in #112
- egui: replace default font with Noto Sans by @RainbowCookie32 in #113
- Fix CLI mode on Windows in de3473c
- Usual dependencies bump in d6c91f1
Full Changelog: v0.3.2...v0.3.3