Make swash optional, add swash cache abstraction
This commit is contained in:
parent
efc5108a2d
commit
1c341f3126
7 changed files with 148 additions and 109 deletions
|
|
@ -5,3 +5,8 @@ mod buffer;
|
|||
|
||||
pub use self::font::*;
|
||||
mod font;
|
||||
|
||||
#[cfg(feature = "swash")]
|
||||
pub use self::swash::*;
|
||||
#[cfg(feature = "swash")]
|
||||
mod swash;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue