vulkan_lib/assetpath/Cargo.toml

11 lines
282 B
TOML
Raw Normal View History

2023-01-14 12:03:01 +00:00
[package]
name = "assetpath"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-11-08 01:06:08 +00:00
serde = { version = "1.0.192", features = ["derive"] }