-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`dirs-next` is now the abandoned crate, so switch to `dirs`.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 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.14.0" | ||
version = "0.14.1" | ||
authors = ["Patrick Walton <[email protected]>"] | ||
description = "A cross-platform font loading library" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -63,7 +63,7 @@ freetype-sys = "0.20" | |
yeslogic-fontconfig-sys = "6.0" | ||
|
||
[target.'cfg(not(any(target_arch = "wasm32", target_family = "windows", target_os = "android", target_env = "ohos")))'.dependencies] | ||
dirs-next = "2.0" | ||
dirs = "5.0" | ||
|
||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] | ||
walkdir = "2.1" |
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