ambient_shared_types 0.2.1

Types shared between the host and the guest of the Ambient runtime.
Documentation
[dependencies.bitflags]
version = "1.3"

[dependencies.serde]
features = ["derive", "rc"]
version = "1.0"

[dependencies.strum]
features = ["derive"]
version = "0.24"

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

[features]
native = ["dep:winit"]

[package]
description = "Types shared between the host and the guest of the Ambient runtime."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ambient_shared_types"
readme = "README.md"
repository = "https://github.com/AmbientRun/Ambient"
rust-version = "1.67.0"
version = "0.2.1"