rust_vulkan_test/Cargo.toml

19 lines
430 B
TOML
Raw Normal View History

2024-11-06 13:18:17 +01:00
[package]
2024-12-08 15:36:54 +01:00
name = "rust_vulkan_test"
2024-11-06 13:18:17 +01:00
version = "0.1.0"
edition = "2021"
2024-11-06 16:47:54 +01:00
authors = ["Florian RICHER <florian.richer@protonmail.com>"]
publish = false
2024-11-06 13:18:17 +01:00
[dependencies]
anyhow = "1.0"
2024-11-17 20:19:34 +01:00
winit = { version = "0.30", features = ["rwh_06"] }
2024-11-06 22:13:46 +01:00
ash = { version = "0.38", default-features = false, features = ["linked", "debug", "std"] }
2024-11-07 22:14:01 +01:00
ash-window = "0.13"
# Log and tracing
log = "0.4"
2024-11-17 20:19:34 +01:00
env_logger = "0.11.5"
[build-dependencies]
glob = "0.3"