diff options
Diffstat (limited to 'font')
-rw-r--r-- | font/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml index d847a2f7..1c546f40 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -17,10 +17,10 @@ servo-fontconfig = "0.5.0" freetype-rs = "0.25" [target.'cfg(target_os = "macos")'.dependencies] -core-foundation = "0.6" -core-text = "13" -core-graphics = "0.17" -core-foundation-sys = "0.6" +core-foundation = "0.7" +core-text = "15" +core-graphics = "0.19" +core-foundation-sys = "0.7" [target.'cfg(windows)'.dependencies] dwrote = { version = "0.11" } |