Skip to content

Update wgpu requirement from 23.0 to 24.0 #31

Update wgpu requirement from 23.0 to 24.0

Update wgpu requirement from 23.0 to 24.0 #31

Workflow file for this run

name: Test
on:
push:
jobs:
test_macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Build and test
run: |
cargo build
cargo test
test_windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Build and test
run: |
cargo build
cargo test