Skip to content

Commit

Permalink
Update to Bevy 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tehlers committed Feb 20, 2024
1 parent d2c7e48 commit 6ee70db
Show file tree
Hide file tree
Showing 10 changed files with 804 additions and 626 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev
- name: Run cargo test
run: cargo test

Expand All @@ -58,7 +58,7 @@ jobs:
with:
components: clippy
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev
- name: Run clippy
run: cargo clippy -- -D warnings

Expand Down
Loading

0 comments on commit 6ee70db

Please sign in to comment.