[]
= "day-vector"
= true
= true
= true
= "Day's vector-graphics engine: SVG parsing/rasterization, SF Symbol template handling, and per-platform icon-format writers (VectorDrawable, .ico, .icns, .symbolset)"
= true
= true
[]
# The one real dependency cluster (DESIGN.md §16.5 `day icon` / docs/vectors.md): SVG parse +
# raster. `default-features = false` matters — it drops resvg's `text` feature and with it the
# fontdb/rustybuzz/ttf-parser text-shaping stack, roughly half of resvg's compile cost. The
# trade: `<text>` elements in masters are NOT rendered (day-cli surfaces "outline your text"
# instead of drawing it wrong).
= { = "0.48", = false }
# resvg's own raster surface, depended on directly for PNG encode (`Pixmap::encode_png`) and for
# transforming path data in the VectorDrawable emitter. Version tracks resvg's.
= "0.12"
# Raw-XML access for SF Symbol template slicing (classify.rs): usvg normalizes structure away,
# so variant extraction cuts the original markup by byte range. Already in the tree as a usvg
# dependency — no new compiled crate.
= "0.21"