Stephen Seo
e60ea4d131
Project setup done. Basic initialization done. TODO: https://vulkan-tutorial.com/en/Drawing_a_triangle/Setup/Validation_layers
11 lines
223 B
TOML
11 lines
223 B
TOML
[package]
|
|
name = "vulkan_tri_rust"
|
|
version = "0.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"
|