chore: update to bevy 0.15

This commit is contained in:
2024-12-11 15:29:02 +02:00
parent dcc68ffc00
commit 0d16152080
3 changed files with 769 additions and 401 deletions

View File

@@ -49,7 +49,7 @@ jobs:
with:
sweep-cache: true
- name: Run clippy lints
run: cargo clippy --locked --workspace --all-targets --all-features -- --deny warnings
run: cargo clippy --locked --workspace --all-features -- --deny warnings
# Check formatting.
format:
name: Format