[package] name = "ambient_sky" version = { workspace = true } rust-version = { workspace = true } edition = "2021" description = "Ambient sky. Host-only." license = "MIT OR Apache-2.0" repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ambient_ecs = { path = "../ecs" , version = "0.2.1" } ambient_std = { path = "../std" , version = "0.2.1" } ambient_core = { path = "../core" , version = "0.2.1" } ambient_gpu = { path = "../gpu" , version = "0.2.1" } ambient_gizmos = { path = "../gizmos" , version = "0.2.1" } ambient_meshes = { path = "../meshes" , version = "0.2.1" } ambient_renderer = { path = "../renderer" , version = "0.2.1" } wgpu = { workspace = true } noise = { workspace = true } glam = { workspace = true } bytemuck = { workspace = true } derive_more = { workspace = true } ordered-float = { workspace = true } tracing = { workspace = true } [dev-dependencies] ambient_cameras = { path = "../cameras" } tokio = { workspace = true } [features] hotload-includes = ['ambient_std/hotload-includes']