vulkan-test/Cargo.toml

14 lines
283 B
TOML
Raw Normal View History

2023-02-07 01:58:25 +00:00
[package]
name = "vulkan-test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-02-08 02:15:17 +00:00
vulkano = "0.32.3"
2023-02-07 01:58:25 +00:00
glfw = { version = "0.50.0", features = ["vulkan"] }
[profile.dev]
2023-02-07 23:44:14 +00:00
# opt-level = 1