vulkan_lib/assetpath/Cargo.toml
2025-02-28 14:58:19 +01:00

11 lines
340 B
TOML

[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]
serde = { version = "1.0.203", features = ["derive"] }
anyhow = { version = "1.0.86", features = ["backtrace"] }