-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d765b6
commit 6297e6b
Showing
4 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "owned_ttf_parser" | ||
# Version should be inline with ttf-parser | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
authors = ["Alex Butler <[email protected]>"] | ||
edition = "2021" | ||
description = "ttf-parser plus support for owned data" | ||
|
@@ -11,12 +11,13 @@ license = "Apache-2.0" | |
readme = "README.md" | ||
|
||
[dependencies] | ||
ttf-parser = { version = "0.21", default-features = false } | ||
ttf-parser = { version = "0.22", default-features = false } | ||
|
||
[features] | ||
default = ["std", "opentype-layout", "apple-layout", "variable-fonts", "glyph-names"] | ||
# Activates usage of std. | ||
std = ["ttf-parser/std"] | ||
no-std-float = ["ttf-parser/no-std-float"] | ||
# Enables variable fonts support. Increases binary size almost twice. | ||
# Includes avar, CFF2, fvar, gvar, HVAR, MVAR and VVAR tables. | ||
variable-fonts = ["ttf-parser/variable-fonts"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters