Skip to content

Commit eb8a057

Browse files
authored
Switch to using upstream repos for macOS bindings. (#15)
1 parent 8c35630 commit eb8a057

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Cargo.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,9 @@ version = "0.3"
5151
features = ["dwrite", "minwindef", "sysinfoapi", "winbase", "winnt"]
5252

5353
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
54-
# Note, this was changed by warp to point at our core foundation repo.
55-
core-foundation = {git = "https://github.com/warpdotdev/core-foundation-rs", rev = "3775965cd33bd7102ed123eb3b478b918d7597f6"}
56-
core-graphics = {git = "https://github.com/warpdotdev/core-foundation-rs", rev = "3775965cd33bd7102ed123eb3b478b918d7597f6"}
57-
core-text = {git = "https://github.com/warpdotdev/core-foundation-rs", rev = "3775965cd33bd7102ed123eb3b478b918d7597f6"}
58-
# core-foundation = "0.9"
59-
# core-graphics = "0.22"
60-
# core-text = "19.1.0"
54+
core-foundation = "0.10.0"
55+
core-graphics = "0.24.0"
56+
core-text = "21.0.0"
6157

6258
[target.'cfg(not(any(target_family = "windows", target_os = "macos", target_os = "ios")))'.dependencies]
6359
freetype = "0.7"

0 commit comments

Comments
 (0)