# 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_debugger" version = "0.2.1" description = "Ambient debugger. 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_element_component] version = "0.2.1" [dependencies.ambient_gizmos] version = "0.2.1" [dependencies.ambient_gpu] version = "0.2.1" [dependencies.ambient_network] version = "0.2.1" [dependencies.ambient_renderer] version = "0.2.1" [dependencies.ambient_rpc] version = "0.2.1" [dependencies.ambient_shared_types] version = "0.2.1" features = ["native"] [dependencies.ambient_std] version = "0.2.1" [dependencies.ambient_ui_native] version = "0.2.1" [dependencies.glam] version = "0.22" features = [ "bytemuck", "serde", "rand", ] [dependencies.log] version = "0.4" [dependencies.wgpu] version = "0.16.0" [dependencies.winit] version = "0.28.1" features = ["serde"]