engine/asset/Cargo.toml
2025-02-26 08:39:19 +01:00

14 lines
346 B
TOML

[package]
name = "asset"
version = "0.1.0"
edition = "2024"
# 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" }