Upgrade dependencies, and re-export ttf-parser so that dependents can verify fonts using the same ttf-parser version

This commit is contained in:
Kristoffer Ödmark 2024-06-15 12:31:23 +02:00 committed by Jeremy Soller
parent 8bb45d7aca
commit 542b20ca43
2 changed files with 6 additions and 3 deletions

View file

@ -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;