zenthra-text 0.2.2

Typography, font shaping, and text layout for the Zenthra UI framework
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "zenthra-text"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typography, font shaping, and text layout for the Zenthra UI framework"
homepage = "https://zenthralabs.dev"
readme = "README.md"
license = "MIT"
repository = "https://zenthralabs.dev"

[lib]
name = "zenthra_text"
path = "src/lib.rs"

[dependencies.bytemuck]
version = "1.25"
features = ["derive"]

[dependencies.cosmic-text]
version = "0.18"
features = ["swash"]

[dependencies.etagere]
version = "0.3"

[dependencies.glam]
version = "0.29"

[dependencies.log]
version = "0.4"

[dependencies.rustc-hash]
version = "2.0"

[dependencies.unicode-script]
version = "0.5"

[dependencies.wgpu]
version = "29"

[dependencies.zenthra-core]
version = "0.2.2"

[dependencies.zenthra-render]
version = "0.2.2"