VulkanRust/Cargo.toml

12 lines
223 B
TOML
Raw Normal View History

[package]
name = "vulkan_tri_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"