Skip to content

key off of state interpolation, not camera renderlayers #10

key off of state interpolation, not camera renderlayers

key off of state interpolation, not camera renderlayers #10

Workflow file for this run

name: CI
on: push
env:
CARGO_TERM_COLOR: always
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Package updates
run: sudo apt-get update && sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
- name: rustup
run: rustup update stable
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose