Skip to content

Commit

Permalink
Update bevy 0.9 (#11)
Browse files Browse the repository at this point in the history
* Update libs to bevy 0.9

* Clippy

* Update readme

* Increment version to 0.9

* Modify workflow to update to later rust

* Usen different rust
  • Loading branch information
hakolao authored Nov 13, 2022
1 parent e071feb commit e3a810e
Show file tree
Hide file tree
Showing 12 changed files with 282 additions and 286 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand All @@ -35,15 +35,17 @@ jobs:
uses: crazy-max/ghaction-chocolatey@v1.3.1
with:
args: install python3 --params "/InstallAllUsers"
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
linux_stable:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: init
run: sudo apt-get install build-essential git python cmake libvulkan-dev vulkan-utils libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
- name: Build
Expand All @@ -53,7 +55,8 @@ jobs:
macos_stable:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
Loading

0 comments on commit e3a810e

Please sign in to comment.