-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Depend directly on
freetype-sys
(#244)
Instead of depending on `rust-freetype` which in turn depends on `freetype-sys`, just depend on `freetype-sys` directly.
- Loading branch information
Showing
2 changed files
with
30 additions
and
52 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "font-kit" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Patrick Walton <[email protected]>"] | ||
description = "A cross-platform font loading library" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -56,7 +56,7 @@ core-graphics = "0.23" | |
core-text = "20.1.0" | ||
|
||
[target.'cfg(not(any(target_family = "windows", target_os = "macos", target_os = "ios")))'.dependencies] | ||
freetype = "0.7" | ||
freetype-sys = "0.20" | ||
|
||
[target.'cfg(not(any(target_family = "windows", target_os = "macos", target_os = "ios", target_arch = "wasm32", target_env = "ohos")))'.dependencies] | ||
yeslogic-fontconfig-sys = "5.0" | ||
|
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