toml config support

This commit is contained in:
lenn
2026-07-17 13:55:22 +08:00
parent ca6ca377df
commit 4d0e65c02b
6 changed files with 251 additions and 147 deletions

View File

@@ -23,6 +23,8 @@ crc = "3.4.0"
log = "0.4.29"
tobj = "4.0.4"
gltf = "1.4.1"
toml = "1.1.3"
serde = { version = "1.0.228", features = ["derive"] }
[build-dependencies]