[package]
name = "ambient_layout"
version = { workspace = true }
rust-version = { workspace = true }
edition = "2021"
description = "Ambient UI layouting functionality. Host-only."
license = "MIT OR Apache-2.0"
repository = "https://github.com/AmbientRun/Ambient"
[dependencies]
ambient_ecs = { path = "../ecs" , version = "0.2.1" }
ambient_core = { path = "../core" , version = "0.2.1" }
ambient_input = { path = "../input" , version = "0.2.1" }
glam = { workspace = true }
itertools = { workspace = true }
log = { workspace = true }
serde = { workspace = true }
ambient_profiling = { workspace = true }