mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Update to accesskit 0.10.1 (#2855)
* Update to accesskit 0.10.1 * Add helper script to run cargo deny
This commit is contained in:
@@ -55,10 +55,7 @@ cargo doc --document-private-items --no-deps --all-features
|
||||
|
||||
cargo cranky --target wasm32-unknown-unknown --all-features -p egui_demo_app --lib -- -D warnings
|
||||
|
||||
# cargo install cargo-deny
|
||||
cargo deny --all-features --log-level error check
|
||||
cargo deny --all-features --log-level error --target wasm32-unknown-unknown check
|
||||
cargo deny --all-features --log-level error --target x86_64-unknown-linux-musl check
|
||||
./sh/cargo_deny.sh
|
||||
|
||||
# TODO(emilk): consider using https://github.com/taiki-e/cargo-hack or https://github.com/frewsxcv/cargo-all-features
|
||||
|
||||
|
||||
Reference in New Issue
Block a user