generated from NiklasEi/bevy_game_template
-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #278 from janhohenheim/bevy-12
Update to Bevy 0.12
- Loading branch information
Showing
52 changed files
with
2,344 additions
and
1,853 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,30 +24,6 @@ jobs: | |
- name: Run cargo test for native-dev | ||
run: cargo test | ||
|
||
test-wasm: | ||
runs-on: ubuntu-latest | ||
env: | ||
RUSTFLAGS: "-D warnings" | ||
if: contains(github.event.pull_request.labels.*.name, 'wasm') # Gated because building Wasm clears the `target` dir, invalidating the cache and causing builds to take > 30 mins :( | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: ${{ env.NIGHTLY_TOOLCHAIN }} | ||
- name: Cache Cargo build files | ||
uses: Leafwing-Studios/cargo-cache@v1 | ||
- name: Install alsa and udev | ||
run: sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev | ||
- name: Install trunk | ||
uses: jetli/[email protected] | ||
with: | ||
version: "v0.16.0" | ||
- name: Add wasm target | ||
run: | | ||
rustup target add wasm32-unknown-unknown | ||
- name: Build wasm | ||
run: trunk build --no-default-features --features wasm_dev | ||
|
||
lint: | ||
runs-on: ubuntu-latest | ||
env: | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.