11 lines
258 B
TOML
11 lines
258 B
TOML
[package]
|
|
name = "gltf-loader"
|
|
version = "0.1.0"
|
|
authors = ["hodasemi <superschneider@t-online.de>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
gltf = { workspace = true }
|
|
assetpath = { workspace = true }
|
|
utilities = { workspace = true }
|
|
anyhow = { workspace = true }
|