[package] name = "ambient_unity_parser" edition = "2021" description = "A basic parser for Unity assets." license = "MIT OR Apache-2.0" repository = "https://github.com/AmbientRun/Ambient" rust-version = { workspace = true } version = { workspace = true } [dependencies] ambient_std = { path = "../../crates/std" , version = "0.2.1" } yaml-rust = { workspace = true } itertools = { workspace = true } glam = { workspace = true } anyhow = { workspace = true }