From bc3b83e093ecb31519641ba6a189b9b1172bcce3 Mon Sep 17 00:00:00 2001 From: David Stern Date: Wed, 15 Jan 2025 11:14:29 -0500 Subject: [PATCH] Switch to using upstream repos for macOS bindings. --- Cargo.toml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1e9953f..37033de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,13 +51,9 @@ version = "0.3" features = ["dwrite", "minwindef", "sysinfoapi", "winbase", "winnt"] [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] -# Note, this was changed by warp to point at our core foundation repo. -core-foundation = {git = "https://github.com/warpdotdev/core-foundation-rs", rev = "3775965cd33bd7102ed123eb3b478b918d7597f6"} -core-graphics = {git = "https://github.com/warpdotdev/core-foundation-rs", rev = "3775965cd33bd7102ed123eb3b478b918d7597f6"} -core-text = {git = "https://github.com/warpdotdev/core-foundation-rs", rev = "3775965cd33bd7102ed123eb3b478b918d7597f6"} -# core-foundation = "0.9" -# core-graphics = "0.22" -# core-text = "19.1.0" +core-foundation = "0.10.0" +core-graphics = "0.24.0" +core-text = "21.0.0" [target.'cfg(not(any(target_family = "windows", target_os = "macos", target_os = "ios")))'.dependencies] freetype = "0.7"