# 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_primitives" version = "0.2.1" description = "Ambient primitives. 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_element] version = "0.2.1" [dependencies.ambient_gpu] version = "0.2.1" [dependencies.ambient_meshes] version = "0.2.1" [dependencies.ambient_renderer] version = "0.2.1" [dependencies.ambient_std] version = "0.2.1" [dependencies.glam] version = "0.22" features = [ "bytemuck", "serde", "rand", ]