ambient_text 0.2.1

Ambient text. Host-only.
Documentation
[package]
name = "ambient_text"
version = { workspace = true }
rust-version = { workspace = true }
edition = "2021"
description = "Ambient text. 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_std = { path = "../std" , version = "0.2.1" }
ambient_ecs = { path = "../ecs" , version = "0.2.1" }
ambient_gpu = { path = "../gpu" , version = "0.2.1" }
ambient_core = { path = "../core" , version = "0.2.1" }
ambient_input = { path = "../input" , version = "0.2.1" }
ambient_renderer = { path = "../renderer" , version = "0.2.1" }
ambient_layout = { path = "../layout" , version = "0.2.1" }
glyph_brush = { workspace = true }
anyhow = { workspace = true }
async-trait = { workspace = true }
glam = { workspace = true }
log = { workspace = true }
parking_lot = { workspace = true }
wgpu = { workspace = true }
strum = { workspace = true, features = ["derive"] }