VulkanRust/Cargo.toml

12 lines
219 B
TOML
Raw Permalink Normal View History

[package]
2024-03-19 04:37:17 +00:00
name = "vulkan_rust"
2024-03-19 04:31:36 +00:00
version = "1.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[build-dependencies]
bindgen = "0.69"