diff options
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r-- | font/Cargo.toml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml index f1cb4492..17ba78ed 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -17,9 +17,6 @@ freetype-rs = "0.13.0" [target.'cfg(target_os = "macos")'.dependencies] core-foundation = "0.3.0" -core-graphics = "0.7.0" +core-text = "5.0.0" +core-graphics = "0.8.1" core-foundation-sys = "0.3.1" - -[target.'cfg(target_os = "macos")'.dependencies.core-text] -git = "https://github.com/servo/core-text-rs" -rev = "7a267bc8f6c098f5370583333a5fd00a0d12fb83" |