re-export fontdb

This commit is contained in:
Audrey Dutcher 2022-12-29 08:49:48 -08:00 committed by Jeremy Soller
parent 58d292a6f1
commit c5a5913981

View file

@ -13,3 +13,6 @@ mod redox;
pub use self::std::*;
#[cfg(all(feature = "std", not(target_os = "redox")))]
mod std;
// re-export fontdb
pub use fontdb;