diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-09-30 11:22:45 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-09-30 11:23:09 +0200 |
| commit | 7ef6cb31df0fe1ebec99b1077053a586a349f530 (patch) | |
| tree | c4527c31521859bcb9c8ca5eafb14e6efb613bb0 /src/library/text/mod.rs | |
| parent | 9db89b376da33f99867ca511fe701e067432196d (diff) | |
Bump ttf-parser
Diffstat (limited to 'src/library/text/mod.rs')
| -rw-r--r-- | src/library/text/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/text/mod.rs b/src/library/text/mod.rs index 934f5e15..c9bf2e57 100644 --- a/src/library/text/mod.rs +++ b/src/library/text/mod.rs @@ -22,7 +22,7 @@ pub use shift::*; use std::borrow::Cow; -use ttf_parser::Tag; +use rustybuzz::Tag; use crate::font::{FontMetrics, FontStretch, FontStyle, FontWeight, VerticalFontMetric}; use crate::library::prelude::*; |
