revive project: add the template from learnWGPU tutorial

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-08-08 00:58:06 +05:30
parent 78b0eaa06b
commit 258175af9a
11 changed files with 1322 additions and 696 deletions

View File

@@ -1,3 +1,4 @@
[toolchain]
channel = "nightly-2023-01-21"
components = [ "rustfmt", "clippy" ]
channel = "nightly-2023-07-15"
components = [ "rustfmt", "clippy", "rust-analyzer", "rust-src" ]
targets = ["wasm32-unknown-unknown"]