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:
Connor Fitzgerald
2023-11-23 05:26:42 -05:00
committed by GitHub
parent 3c261f3652
commit 06e9876adf
146 changed files with 654 additions and 1445 deletions

View File

@@ -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"]