Skip to content

Commit 9c7a998

Browse files
Merge pull request #1017 from mitchmindtree/bevy-features
refactor: Use only necessary `bevy` features in `bevy_nannou`, `bevy_nannou_draw`
2 parents fa38ce5 + a67a9f4 commit 9c7a998

File tree

7 files changed

+55
-601
lines changed

7 files changed

+55
-601
lines changed

.github/workflows/nannou.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- command: cargo fmt --verbose --all -- --check
4444
- command: cargo check --locked --workspace
4545
- command: cargo check --locked --examples --workspace
46+
- command: cargo check --locked --examples --workspace --all-features
4647
# - command: cargo test --locked --lib --bins --workspace --features "egui"
4748
- command: cargo doc --locked --workspace --features "egui"
4849
- command: cargo test --locked -p nannou_core --no-default-features --features "libm serde"

0 commit comments

Comments
 (0)