1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -108,15 +108,6 @@
source-fontconfig-default = ["source-fontconfig"]
source-fontconfig-dlopen = ["yeslogic-fontconfig-sys/dlopen"]
-[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.core-foundation]
-version = "0.9"
-
-[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.core-graphics]
-version = "0.23"
-
-[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.core-text]
-version = "20.1.0"
-
[target.'cfg(not(any(target_arch = "wasm32", target_family = "windows", target_os = "android", target_env = "ohos")))'.dependencies.dirs]
version = "6.0"
@@ -129,17 +120,3 @@
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.walkdir]
version = "2.1"
-
-[target.'cfg(target_family = "windows")'.dependencies.dwrote]
-version = "^0.11.3"
-default-features = false
-
-[target.'cfg(target_family = "windows")'.dependencies.winapi]
-version = "0.3"
-features = [
- "dwrite",
- "minwindef",
- "sysinfoapi",
- "winbase",
- "winnt",
-]
|