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"