14 lines
346 B
TOML
14 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" }
|