diff --git a/Cargo.toml b/Cargo.toml index 531e8e9..4c37300 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,8 +53,9 @@ features = ["dwrite", "minwindef", "sysinfoapi", "winbase", "winnt"] [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] core-foundation = "0.10" -core-graphics = "0.24" -core-text = "21.0.0" +# Upgraded to 0.25 to match core-text 21.1.0 which requires core-graphics 0.25 +core-graphics = "0.25" +core-text = "21" [target.'cfg(not(any(target_family = "windows", target_os = "macos", target_os = "ios")))'.dependencies] freetype-sys = "0.20"