Skip to content

Update wgpu to 0.19 and winit to 0.29 #117

Update wgpu to 0.19 and winit to 0.29

Update wgpu to 0.19 and winit to 0.29 #117

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
native:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable]
steps:
- uses: actions/checkout@master
- uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
- name: Run tests
run: cargo test --verbose