Skip to content

Update wgpu requirement from 22.1 to 23.0 #18

Update wgpu requirement from 22.1 to 23.0

Update wgpu requirement from 22.1 to 23.0 #18

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