engine/asset/Cargo.toml
2024-08-23 13:22:09 +02:00

15 lines
346 B
TOML

[package]
name = "asset"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { workspace = true }
itertools = { workspace = true }
utilities = { workspace = true }
vulkan-rs = { workspace = true }
gltf-loader = { path = "../gltf-loader" }