Merge ../wgpu-rs into reunion

This commit is contained in:
Dzmitry Malyshau
2021-06-02 21:31:02 -04:00
100 changed files with 23141 additions and 10 deletions

15
.gitignore vendored
View File

@@ -1,8 +1,17 @@
/target
# Generated by Cargo
# will have compiled files and executables
/target/
# These are backup files generated by rustfmt
**/*.rs.bk
#Cargo.lock
# Other
.fuse_hidden*
.DS_Store
# IDE/Editor configuration files
.vscode
.vs
.idea
# Output from capture example
wgpu/red.png