Add Bind groups

This commit is contained in:
Marco Thomas
2021-08-25 12:29:50 +02:00
parent 68e111bd99
commit 2464e2118f
10 changed files with 214 additions and 149 deletions

7
Cargo.lock generated
View File

@@ -48,6 +48,12 @@ dependencies = [
"xml-rs",
]
[[package]]
name = "anyhow"
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf"
[[package]]
name = "approx"
version = "0.4.0"
@@ -1916,6 +1922,7 @@ dependencies = [
name = "wgpu-rs-learning"
version = "0.1.0"
dependencies = [
"anyhow",
"bytemuck",
"cgmath",
"env_logger",