re-export parley && vello (#234)

I try to use masonry to implement my own application, which requires
vello and parley

---------

Co-authored-by: ykerit <ykerforit@gmail.com>
This commit is contained in:
ykerit 2024-04-30 23:15:36 +08:00 committed by GitHub
parent 31a79fea37
commit 90a5005b05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -89,8 +89,9 @@
// TODO - Add logo
#[doc(inline)]
pub use kurbo;
pub use parley;
pub use vello;
#[macro_use]
mod util;