mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
[ x ] I have ~~followed~~ _read_ the instructions in the PR template Unfortunately i had several issues: - Some snapshot-tests didn't run successfully on osx. diff shows errors around fonts or missing menu items) - cargo clippy doesn't run successfully (egui_kittest cannot find `wgpu` and `image`) - ./scripts/check.sh had other issues on my system (env: python: No such file or directory), even if python3 can be called via python in my shell Is there a system independent, standard way to run these tools (e.g. via Docker?) I submit the pr anyway, because there changes are very simple and shouldn't cause issues.