pdftract/gen_unmapped_bin/Cargo.toml
jedarden 7788719e0a docs(bf-ad2pp): analyze unmapped glyph fixture requirements
- Read design documents notes/bf-68f9i-design.md and notes/bf-68f9i-glyphs.md
- Identified 7 unmapped glyphs across 4 failure categories
- Identified 3 mapped AGL glyphs for comparison
- Verified existing generator implementation (gen_unmapped_comprehensive.rs)
- Confirmed fixture files exist and are correctly structured
- Documented implementation analysis in notes/bf-ad2pp.md

Closes bf-ad2pp
2026-07-03 19:17:02 -04:00

13 lines
230 B
TOML

[package]
name = "gen_unmapped_comprehensive"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
anyhow = "1.0"
lopdf = "0.34"
[[bin]]
name = "gen_unmapped_comprehensive"
path = "../gen_unmapped_comprehensive.rs"