[package] name = "ambient_package_rt" edition = "2021" description = "Runtime support for code generated by the Ambient package macro." license = "MIT OR Apache-2.0" repository = "https://github.com/AmbientRun/Ambient" rust-version = { workspace = true } version = { workspace = true } [dependencies] byteorder = { workspace = true } glam = { workspace = true } thiserror = { workspace = true } ulid = { workspace = true } paste = { workspace = true } ambient_shared_types = { path = "../shared_types", version = "0.3.1" }