ambient_shared_types 0.2.1

Types shared between the host and the guest of the Ambient runtime.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ambient_shared_types"
edition = "2021"
description = "Types shared between the host and the guest of the Ambient runtime."
license = "MIT OR Apache-2.0"
repository = "https://github.com/AmbientRun/Ambient"
rust-version = { workspace = true }
version = { workspace = true }

[dependencies]
bitflags = { workspace = true }
strum = { workspace = true }
serde = { workspace = true }
winit = { workspace = true, optional = true }

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