Merge pull request #116 from CryZe/expose-rustybuzz

Expose `rustybuzz` in the public API
This commit is contained in:
Jeremy Soller 2023-03-27 18:26:42 -06:00 committed by GitHub
commit c8a7814974
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,9 @@ pub use self::std::*;
#[cfg(feature = "std")]
mod std;
// re-export fontdb
// re-export fontdb and rustybuzz
pub use fontdb;
pub use rustybuzz;
/// A value borrowed together with an [`FontSystem`]
pub struct BorrowedWithFontSystem<'a, T> {