mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
d5ba0b439d
* 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
23 lines
343 B
Plaintext
23 lines
343 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
Cargo.lock
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# Other
|
|
.fuse_hidden*
|
|
.DS_Store
|
|
|
|
# IDE/Editor configuration files
|
|
.vscode
|
|
.idea
|
|
|
|
# Output from capture example
|
|
wgpu/red.png
|
|
|
|
# Output from invalid comparison tests
|
|
**/*-actual.png
|
|
**/*-difference.png
|