15 lines
773 B
TOML
15 lines
773 B
TOML
[package]
|
|
name = "epiphany-glyphs"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
description = "Editor T4-pre W2: the shared typed glyph-asset seam. Bundled genuine Bravura SMuFL outline data (SVG path `d` strings extracted from the official OFL Bravura.otf) plus a real GlyphCatalog whose render_data returns parsed typed outlines, for any renderer or app that depends on epiphany-layout-ir. Dependency-free and MSRV-clean by design."
|
|
|
|
[dependencies]
|
|
# The typed PathCommand / GlyphCatalog / GlyphRenderData vocabulary this crate
|
|
# populates, and BRAVURA_METRICS, which stays in epiphany-layout-ir (W2 pin 3)
|
|
# — this crate never edits or re-derives it.
|
|
epiphany-layout-ir.workspace = true
|