Skip to content

update bevy to 0.14 and iced to a temp fork #44

update bevy to 0.14 and iced to a temp fork

update bevy to 0.14 and iced to a temp fork #44

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo clippy -- -D warnings
- run: cargo clippy --all-features -- -D warnings