Add VkInstance
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s

This commit is contained in:
Florian RICHER 2024-11-06 22:13:46 +01:00
parent 433dc1afc8
commit 9223b89e4e
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
9 changed files with 237 additions and 122 deletions

3
Cargo.lock generated
View file

@ -81,9 +81,6 @@ name = "ash"
version = "0.38.0+1.3.281"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
dependencies = [
"libloading",
]
[[package]]
name = "ash-window"