Skip to content

bump bevy to 0.14.0 and use StateScoped #19

bump bevy to 0.14.0 and use StateScoped

bump bevy to 0.14.0 and use StateScoped #19

Workflow file for this run

name: Bevy
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt update && sudo apt install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose