Skip to content

Commit

Permalink
WIP: add cts_runner and deno_webgpu crate (gfx-rs#1859)
Browse files Browse the repository at this point in the history
* WIP: add cts_runner and deno_webgpu crate

* add test

* remove Cargo.lock

* review comment

* simplify

* fix bugs

* improve cts_runner to work with crowlKats/webgpu-examples

* fix

* remove build.rs

cts_runner binaries are now not portable anymore.

Also startup will now print a bunch of cargo:rerun-if-changed=. This
will be fixed in deno_core.

* remove d.ts

* add original deno license file
  • Loading branch information
lucacasonato authored Sep 3, 2021
1 parent 663f64c commit d5ba0b4
Show file tree
Hide file tree
Showing 31 changed files with 13,340 additions and 1,991 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by Cargo
# will have compiled files and executables
/target/
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
Loading

0 comments on commit d5ba0b4

Please sign in to comment.