Add shape-run-cache feature, that can significantly improve shaping performance
This commit is contained in:
parent
990d66ed41
commit
1eb3233373
7 changed files with 134 additions and 2 deletions
|
|
@ -129,6 +129,9 @@ mod shape;
|
|||
use self::shape_plan_cache::*;
|
||||
mod shape_plan_cache;
|
||||
|
||||
pub use self::shape_run_cache::*;
|
||||
mod shape_run_cache;
|
||||
|
||||
#[cfg(feature = "swash")]
|
||||
pub use self::swash::*;
|
||||
#[cfg(feature = "swash")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue