@@ -25,14 +25,25 @@ cargo fmt --manifest-path examples/skeletal-anim/Cargo.toml && diff || fail "Unf
2525cargo fmt --manifest-path examples/vr/Cargo.toml && diff || fail " Unformatted rust code (vr)"
2626
2727# Rust code errors
28+ echo " Checking screen-13"
2829cargo check --all-targets
30+ echo " Checking screen-13 (w/ parking_lot)"
2931cargo check --all-targets --features parking_lot
32+ echo " Checking contrib/screen-13-egui"
3033cargo check --manifest-path contrib/screen-13-egui/Cargo.toml --all-targets --all-features
34+ echo " Checking contrib/screen-13-fx"
3135cargo check --manifest-path contrib/screen-13-fx/Cargo.toml --all-targets --all-features
36+ echo " Checking contrib/screen-13-hot"
3237cargo check --manifest-path contrib/screen-13-hot/Cargo.toml --all-targets --all-features
33- cargo check --manifest-path contrib/screen-13-imgui/Cargo.toml --all-targets --all-features
38+ # echo "Checking contrib/screen-13-imgui"
39+ # cargo check --manifest-path contrib/screen-13-imgui/Cargo.toml --all-targets --all-features
40+ echo " Checking contrib/screen-13-window"
41+ cargo check --manifest-path contrib/screen-13-window/Cargo.toml --all-targets --all-features
42+ echo " Checking examples/shader-toy"
3443cargo check --manifest-path examples/shader-toy/Cargo.toml --all-targets --all-features
44+ echo " Checking examples/skeletal-anim"
3545cargo check --manifest-path examples/skeletal-anim/Cargo.toml --all-targets --all-features
46+ echo " Checking examples/vr"
3647cargo check --manifest-path examples/vr/Cargo.toml --all-targets --all-features
3748
3849# Rust code lints
@@ -41,7 +52,7 @@ cargo clippy --all-targets --features parking_lot
4152cargo clippy --manifest-path contrib/screen-13-egui/Cargo.toml --all-targets --all-features
4253cargo clippy --manifest-path contrib/screen-13-fx/Cargo.toml --all-targets --all-features
4354cargo clippy --manifest-path contrib/screen-13-hot/Cargo.toml --all-targets --all-features
44- cargo clippy --manifest-path contrib/screen-13-imgui/Cargo.toml --all-targets --all-features
55+ # cargo clippy --manifest-path contrib/screen-13-imgui/Cargo.toml --all-targets --all-features
4556cargo clippy --manifest-path examples/shader-toy/Cargo.toml --all-targets --all-features
4657cargo clippy --manifest-path examples/skeletal-anim/Cargo.toml --all-targets --all-features
4758cargo clippy --manifest-path examples/vr/Cargo.toml --all-targets --all-features
0 commit comments