Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 rust-windowing#283
- Loading branch information