Use vulkano_util instead
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 6m30s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 6m30s
This commit is contained in:
parent
f486486be3
commit
a4a6c0c60a
9 changed files with 137 additions and 415 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -1256,6 +1256,7 @@ dependencies = [
|
|||
"thiserror 2.0.12",
|
||||
"vulkano",
|
||||
"vulkano-shaders",
|
||||
"vulkano-util",
|
||||
"winit",
|
||||
]
|
||||
|
||||
|
@ -1655,6 +1656,17 @@ dependencies = [
|
|||
"vulkano",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "vulkano-util"
|
||||
version = "0.35.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e25dc54fd5e14a0e01c7282f9b5d9c6e133745e1df3228b0352366e34c83bb6b"
|
||||
dependencies = [
|
||||
"foldhash",
|
||||
"vulkano",
|
||||
"winit",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "walkdir"
|
||||
version = "2.5.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue