engine/asset/Cargo.toml

15 lines
346 B
TOML
Raw Normal View History

2024-08-23 11:22:09 +00:00
[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" }