diff --git a/sh/check.sh b/sh/check.sh index afcc1db23..e836cde9f 100755 --- a/sh/check.sh +++ b/sh/check.sh @@ -36,6 +36,7 @@ cargo doc --document-private-items --no-deps --all-features (cd eframe && cargo check --all-features) (cd egui && cargo check --all-features) +(cd egui_extras && cargo check --all-features) (cd egui_glium && cargo check --all-features) (cd egui_glow && cargo check --all-features) (cd egui_web && cargo check --all-features) @@ -44,6 +45,7 @@ cargo doc --document-private-items --no-deps --all-features (cd epaint && cargo check --all-features) (cd epi && cargo check --all-features) + # cargo install cargo-deny # cargo deny check