Codebase list rust-stfu8 / ba3bca0
Backport the patch Andrej Shadura 3 years ago
1 changed file(s) with 7 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -38,11 +38,3 @@ default = ["build-native-harfbuzz", "bui
2 @@ -36,13 +36,5 @@ build-native-freetype = ["freetype/freet
3 build-native-harfbuzz = ["cc", "pkg-config"]
4 default = ["build-native-harfbuzz", "build-native-freetype"]
35 [target."cfg(any(target_os = \"android\", all(unix, not(target_vendor = \"apple\"))))".dependencies.freetype]
4 version = "0.7"
6 -version = "0.5"
7 +version = "0.7"
58 default-features = false
69 -[target."cfg(target_vendor = \"apple\")".dependencies.core-graphics]
7 -version = "0.22"
10 -version = "0.19"
811 -
912 -[target."cfg(target_vendor = \"apple\")".dependencies.core-text]
10 -version = "19"
13 -version = "15"
1114 -
1215 -[target."cfg(target_vendor = \"apple\")".dependencies.foreign-types]
1316 -version = "0.3"