pathfinder/canvas
Pyfisch dfb035dec0 Re-export necessary items in pathfinder-canvas
Export types need to use the canvas API from other pathfinder crates.
From pathfinder-color all types and convinience functions are exported.
From pathfinder-geometry only the 2D vector and rect types with
their convinience functions are exported.

Items from pathfinder-renderer are not re-exported as they also
belong to the back-end.
Pattern, while used in the canvas API, is not re-exported as
it is not needed for basic usage and depends on a lot of other types.

See #283
2020-04-04 14:06:40 +02:00
..
src Re-export necessary items in pathfinder-canvas 2020-04-04 14:06:40 +02:00
Cargo.toml Switch to my branch of `skribo` for much better `fill_text()` performance 2020-03-30 21:30:14 -07:00