From 5ffce40443d194d56f4c638dc49f3be4490d2e48 Mon Sep 17 00:00:00 2001 From: David Stern Date: Fri, 1 Aug 2025 12:23:28 -0400 Subject: [PATCH] Bump core-graphics to 0.25.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37033de..23fcc46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ features = ["dwrite", "minwindef", "sysinfoapi", "winbase", "winnt"] [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] core-foundation = "0.10.0" -core-graphics = "0.24.0" +core-graphics = "0.25.0" core-text = "21.0.0" [target.'cfg(not(any(target_family = "windows", target_os = "macos", target_os = "ios")))'.dependencies]