wgpu 0.5.0

Rusty WebGPU API wrapper
Documentation
language: rust

os:
  - linux
  - osx
  - windows

branches:
  except:
  - staging.tmp

before_install:
  - if [[ $TRAVIS_OS_NAME == "windows" ]]; then rustup default stable-msvc; fi

script:
  - cargo check
  - cargo test --no-run