mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-01-09 14:48:08 -05:00
Move to A Single Example Executable (#4756)
* Move to combined examples * Fix paths * Curtail some tests * Format * Clippy * Fix wasm * Refactor main for wasm * Style sheet * Readme * Lock
This commit is contained in:
committed by
GitHub
parent
3c261f3652
commit
06e9876adf
@@ -12,14 +12,10 @@ autotests = false
|
||||
publish = false
|
||||
|
||||
[[test]]
|
||||
name = "gpu-tests"
|
||||
path = "tests/gpu.rs"
|
||||
name = "wgpu-test"
|
||||
path = "tests/root.rs"
|
||||
harness = false
|
||||
|
||||
[[test]]
|
||||
name = "cpu-tests"
|
||||
path = "tests/cpu.rs"
|
||||
|
||||
[features]
|
||||
webgl = ["wgpu/webgl"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user