aboutsummaryrefslogtreecommitdiff
path: root/exporter/Cargo.toml
blob: 1894e523f8cbc6c27c8885bd1ae330edc9a44450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "exporter"
version = "0.1.0"
edition = "2024"

[dependencies]
unity-tools = { path = ".." }
serde_yml = "0.0.12"
log = "0.4.25"
env_logger = "0.11.6"
serde_json = "1.0.139"
anyhow = "1.0.95"
glam = { version = "0.30.0", features = ["serde"] }
gltf-json = "1.4.1"
gltf = "1.4.1"
bytemuck = "1.22.0"