Upgrade dependencies, and re-export ttf-parser so that dependents can verify fonts using the same ttf-parser version
This commit is contained in:
parent
8bb45d7aca
commit
542b20ca43
2 changed files with 6 additions and 3 deletions
|
|
@ -1,6 +1,9 @@
|
|||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
pub(crate) mod fallback;
|
||||
|
||||
// re-export ttf_parser
|
||||
pub use ttf_parser;
|
||||
|
||||
use core::fmt;
|
||||
|
||||
use alloc::sync::Arc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue