Use vulkano_util instead
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 6m30s

This commit is contained in:
Florian RICHER 2025-05-25 19:48:59 +02:00
parent f486486be3
commit a4a6c0c60a
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
9 changed files with 137 additions and 415 deletions

12
Cargo.lock generated
View file

@ -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"