bevy_fighter 0.1.11

A mildly opinionated micro-engine for building 2D fighting games with bevy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Cargo

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - run: sudo apt install libasound2-dev libudev-dev pkg-config
    - name: Run tests
      run: cargo test