[dependencies.lol_alloc]
optional = true
version = "0.4.1"
[dev-dependencies.wasm-opt]
version = "0.116.1"
[features]
default = []
wasm = ["lol_alloc"]
[lib]
name = "unicode_shaper"
path = "rust/lib.rs"
[package]
authors = ["Craig O'Connor <oconnorct1@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "wasm", "embedded", "no-std"]
description = "Shape unicode text so that renderers like WebGL and WebGPU can properly display the glyphs."
documentation = "https://docs.rs/unicode-shaper"
edition = "2021"
homepage = "https://github.com/OpenS2/unicode-shaper"
keywords = ["open", "vector", "shape", "unicode", "low-cost-code"]
license = "MIT"
name = "unicode-shaper"
readme = "README.md"
repository = "https://github.com/OpenS2/unicode-shaper"
version = "0.3.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true