| commit | ee4f55e2c6b5226a19b808adab55a4980eb69aa2 | [log] [tgz] |
|---|---|---|
| author | Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com> | Mon Mar 03 16:49:43 2025 +0100 |
| committer | GitHub <noreply@github.com> | Mon Mar 03 16:49:43 2025 +0100 |
| tree | f2a40d6fd5b7f1e9d7c9edcd08f4dda65a14a396 | |
| parent | 6c2356c6f71c500f72cd7e8810a805b563482cb4 [diff] |
Update sparse_strips/vello_api/src/lib.rs Co-authored-by: Tom Churchman <thomas@kepow.org>
diff --git a/sparse_strips/vello_api/src/lib.rs b/sparse_strips/vello_api/src/lib.rs index d83eeab..c7ea3ff 100644 --- a/sparse_strips/vello_api/src/lib.rs +++ b/sparse_strips/vello_api/src/lib.rs
@@ -7,6 +7,8 @@ #![forbid(unsafe_code)] -pub use peniko::*; +pub use peniko; +pub use peniko::color; +pub use peniko::kurbo; pub mod execute; pub mod paint;