Continue vulkan c++ tutorial
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s

This commit is contained in:
Florian RICHER 2024-11-17 20:19:34 +01:00
parent 81e4212d8e
commit b2d28ef408
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
9 changed files with 156 additions and 3 deletions

View file

@ -7,10 +7,13 @@ publish = false
[dependencies]
anyhow = "1.0"
winit = { version = "0.30", features = [ "rwh_06" ] }
winit = { version = "0.30", features = ["rwh_06"] }
ash = { version = "0.38", default-features = false, features = ["linked", "debug", "std"] }
ash-window = "0.13"
# Log and tracing
log = "0.4"
env_logger = "0.11.5"
env_logger = "0.11.5"
[build-dependencies]
glob = "0.3"