[package]
edition = "2024"
name = "dashscene-typeset"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Text shaping, bidi, and glyph atlas pipeline for DashScene"
readme = false
keywords = [
"dashscene-typeset",
"dashscene",
"text",
"shaping",
"bidi",
]
categories = [
"gui",
"rendering",
]
license = "MIT"
repository = "https://github.com/driftsys/dashscene"
[lib]
name = "dashscene_typeset"
path = "src/lib.rs"