# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.67.0" name = "ambient_layout" version = "0.2.1" description = "Ambient UI layouting functionality. Host-only." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AmbientRun/Ambient" [dependencies.ambient_core] version = "0.2.1" [dependencies.ambient_ecs] version = "0.2.1" [dependencies.ambient_input] version = "0.2.1" [dependencies.ambient_profiling] version = "1.0.9" features = ["profile-with-puffin"] [dependencies.glam] version = "0.22" features = [ "bytemuck", "serde", "rand", ] [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ]