wgpu 0.3.0

Rusty WebGPU API wrapper
Documentation
language: rust
sudo: false
os:
  - linux
  - osx
  - windows

branches:
  except:
  - staging.tmp

script:
  - cargo check
  - if [[ $TRAVIS_OS_NAME == "linux" ]]; then cargo test --no-run --features vulkan; fi
  - if [[ $TRAVIS_OS_NAME == "osx" ]]; then cargo test --no-run --features metal; fi
  - if [[ $TRAVIS_OS_NAME == "windows" ]]; then cargo test --no-run --features dx12; fi