[package]
name = "ambient_input"
version = { workspace = true }
rust-version = { workspace = true }
edition = "2021"
description = "Ambient input functionality. Host-only."
license = "MIT OR Apache-2.0"
repository = "https://github.com/AmbientRun/Ambient"
[dependencies]
tracing = { workspace = true }
ambient_std = { path = "../std" , version = "0.2.1" }
ambient_ecs = { path = "../ecs" , version = "0.2.1" }
ambient_core = { path = "../core" , version = "0.2.1" }
ambient_shared_types = { path = "../../shared_crates/shared_types", features = ["native"] , version = "0.2.1" }
winit = { workspace = true }
glam = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }