1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Add a cargo machete CI step (#5171)

`cargo machete` looks for unused dependencies
This commit is contained in:
Emil Ernerfeldt
2024-09-26 10:24:37 +02:00
committed by GitHub
parent 92adfa57dc
commit a72ebbeafc
9 changed files with 27 additions and 5 deletions

View File

@@ -33,7 +33,6 @@ We don't update the MSRV in a patch release, unless we really, really need to.
* [ ] `./scripts/docs.sh`: read and improve documentation of new stuff
* [ ] `cargo update`
* [ ] `cargo outdated` (or manually look for outdated crates in each `Cargo.toml`)
* [ ] `cargo machete`
## Release testing
* [ ] `cargo r -p egui_demo_app` and click around for while