re-export fontdb
This commit is contained in:
parent
58d292a6f1
commit
c5a5913981
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue