Continue vulkan c++ tutorial
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s
This commit is contained in:
parent
81e4212d8e
commit
b2d28ef408
9 changed files with 156 additions and 3 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -490,6 +490,12 @@ dependencies = [
|
|||
"wasi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "glob"
|
||||
version = "0.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
||||
|
||||
[[package]]
|
||||
name = "hashbrown"
|
||||
version = "0.15.1"
|
||||
|
@ -1076,6 +1082,7 @@ dependencies = [
|
|||
"ash",
|
||||
"ash-window",
|
||||
"env_logger",
|
||||
"glob",
|
||||
"log",
|
||||
"winit",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue