[package]
name = "ambient_project_rt"
edition = "2021"
description = "Runtime support for code generated by the Ambient project 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 }