[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" }