mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-26 08:44:08 +00:00
a9fdd0af18
This change removes the dependency on gfx-rs backends, refactors Adapter and Surface creation to be done from nothing.
15 lines
147 B
YAML
15 lines
147 B
YAML
language: rust
|
|
sudo: false
|
|
os:
|
|
- linux
|
|
- osx
|
|
- windows
|
|
|
|
branches:
|
|
except:
|
|
- staging.tmp
|
|
|
|
script:
|
|
- cargo check
|
|
- cargo test --no-run
|