diff --git a/components/compositing/Cargo.toml b/components/compositing/Cargo.toml index 080d26bc824..661ef0f754c 100644 --- a/components/compositing/Cargo.toml +++ b/components/compositing/Cargo.toml @@ -102,4 +102,4 @@ url = {version = "0.5.5", features = ["heap_size"]} [target.x86_64-apple-darwin.dependencies] core-graphics = "0.2" -core-text = "1.0" +core-text = "1.1" diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml index a4fcfe84ef9..e3cf7f917f6 100644 --- a/components/gfx/Cargo.toml +++ b/components/gfx/Cargo.toml @@ -79,7 +79,7 @@ git = "https://github.com/servo/webrender_traits" [target.x86_64-apple-darwin.dependencies] core-foundation = "0.2" core-graphics = "0.2" -core-text = "1.0" +core-text = "1.1" [target.i686-unknown-linux-gnu.dependencies] servo-fontconfig = "0.2" diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 0a9098c742f..a91484e5330 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -102,7 +102,7 @@ source = "git+https://github.com/servo/rust-azure#bb2fab861ff63fcc185e5dd7557a02 dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)", "heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -277,7 +277,7 @@ dependencies = [ "canvas_traits 0.0.1", "clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "gaol 0.0.1 (git+https://github.com/servo/gaol)", @@ -346,7 +346,7 @@ dependencies = [ [[package]] name = "core-text" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -663,7 +663,7 @@ dependencies = [ "canvas_traits 0.0.1", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)", @@ -2270,7 +2270,7 @@ source = "git+https://github.com/servo/webrender#38031eed57b2df8a57e4cff576e2b5b dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 7405b44d44c..8970364ba3d 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -8,7 +8,7 @@ dependencies = [ "compositing 0.0.1", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "devtools 0.0.1", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "gfx 0.0.1", @@ -87,7 +87,7 @@ source = "git+https://github.com/servo/rust-azure#bb2fab861ff63fcc185e5dd7557a02 dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)", "heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -247,7 +247,7 @@ dependencies = [ "canvas_traits 0.0.1", "clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "gaol 0.0.1 (git+https://github.com/servo/gaol)", @@ -316,7 +316,7 @@ dependencies = [ [[package]] name = "core-text" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -600,7 +600,7 @@ dependencies = [ "canvas_traits 0.0.1", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)", @@ -2155,7 +2155,7 @@ source = "git+https://github.com/servo/webrender#38031eed57b2df8a57e4cff576e2b5b dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)", diff --git a/ports/cef/Cargo.toml b/ports/cef/Cargo.toml index 1fcb383a190..d524bbe5e1a 100644 --- a/ports/cef/Cargo.toml +++ b/ports/cef/Cargo.toml @@ -74,7 +74,7 @@ objc = "0.1" cocoa = "0.2" core-foundation = "0.2" core-graphics = "0.2" -core-text = "1.0" +core-text = "1.1" cgl = "0.1" [target.i686-unknown-linux-gnu.dependencies] diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 025ed649142..b1bba8ccabb 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -80,7 +80,7 @@ source = "git+https://github.com/servo/rust-azure#bb2fab861ff63fcc185e5dd7557a02 dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)", "heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -240,7 +240,7 @@ dependencies = [ "canvas_traits 0.0.1", "clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "gaol 0.0.1 (git+https://github.com/servo/gaol)", @@ -309,7 +309,7 @@ dependencies = [ [[package]] name = "core-text" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -603,7 +603,7 @@ dependencies = [ "canvas_traits 0.0.1", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)", @@ -2104,7 +2104,7 @@ source = "git+https://github.com/servo/webrender#38031eed57b2df8a57e4cff576e2b5b dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",