Skip to content

Update Rust crate winit to 0.30.0 #416

Update Rust crate winit to 0.30.0

Update Rust crate winit to 0.30.0 #416

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
# Checkout code
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install libasound2-dev libudev-dev pkg-config
# Unit testing
- name: Test
run: cargo test --workspace