ambient_app 0.2.0

Ambient app implementation. Host-only.
Documentation
[dependencies.ambient_animation]
version = "0.2.0"

[dependencies.ambient_cameras]
version = "0.2.0"

[dependencies.ambient_core]
version = "0.2.0"

[dependencies.ambient_ecs]
version = "0.2.0"

[dependencies.ambient_element]
version = "0.2.0"

[dependencies.ambient_gizmos]
version = "0.2.0"

[dependencies.ambient_gpu]
version = "0.2.0"

[dependencies.ambient_input]
version = "0.2.0"

[dependencies.ambient_model]
version = "0.2.0"

[dependencies.ambient_profiling]
features = ["profile-with-puffin"]
version = "1.0.9"

[dependencies.ambient_renderer]
version = "0.2.0"

[dependencies.ambient_std]
version = "0.2.0"

[dependencies.ambient_sys]
version = "0.2.0"

[dependencies.ambient_ui_native]
version = "0.2.0"

[dependencies.anyhow]
features = ["backtrace"]
version = "1.0"

[dependencies.flume]
features = ["async"]
version = "0.10"

[dependencies.glam]
features = ["bytemuck", "serde", "rand"]
version = "0.22"

[dependencies.parking_lot]
features = ["serde"]
version = "0.12.0"

[dependencies.puffin]
optional = true
version = "0.14.3"

[dependencies.puffin_http]
optional = true
version = "0.11.1"

[dependencies.tokio]
features = ["parking_lot"]
version = "1.20"

[dependencies.tracing]
version = "0.1.35"

[dependencies.wgpu]
version = "0.16.0"

[dependencies.winit]
features = ["serde"]
version = "0.28.1"

[dev-dependencies]

[features]
hotload-includes = ["ambient_std/hotload-includes", "ambient_gpu/hotload-includes", "ambient_renderer/hotload-includes", "ambient_gizmos/hotload-includes", "ambient_ui_native/hotload-includes", "ambient_model/hotload-includes"]
profile = ["puffin", "puffin_http", "ambient_profiling/profile-with-puffin"]

[package]
description = "Ambient app implementation. Host-only."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ambient_app"
readme = "README.md"
repository = "https://github.com/AmbientRun/Ambient"
rust-version = "1.67.0"
version = "0.2.0"
[target."cfg(not(target_os = \"unknown\"))".dependencies.thread-priority]
version = "0.10.0"
[target."cfg(target_os = \"unknown\")".dependencies.web-sys]
features = ["CanvasRenderingContext2d", "Document", "Element", "HtmlCanvasElement", "HtmlDocument", "Performance", "Window"]
version = "0.3.61"