mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Bump core-text to 1.1
This commit is contained in:
parent
5dc9fa0c17
commit
7771f28a22
6 changed files with 19 additions and 19 deletions
|
@ -102,4 +102,4 @@ url = {version = "0.5.5", features = ["heap_size"]}
|
||||||
|
|
||||||
[target.x86_64-apple-darwin.dependencies]
|
[target.x86_64-apple-darwin.dependencies]
|
||||||
core-graphics = "0.2"
|
core-graphics = "0.2"
|
||||||
core-text = "1.0"
|
core-text = "1.1"
|
||||||
|
|
|
@ -79,7 +79,7 @@ git = "https://github.com/servo/webrender_traits"
|
||||||
[target.x86_64-apple-darwin.dependencies]
|
[target.x86_64-apple-darwin.dependencies]
|
||||||
core-foundation = "0.2"
|
core-foundation = "0.2"
|
||||||
core-graphics = "0.2"
|
core-graphics = "0.2"
|
||||||
core-text = "1.0"
|
core-text = "1.1"
|
||||||
|
|
||||||
[target.i686-unknown-linux-gnu.dependencies]
|
[target.i686-unknown-linux-gnu.dependencies]
|
||||||
servo-fontconfig = "0.2"
|
servo-fontconfig = "0.2"
|
||||||
|
|
10
components/servo/Cargo.lock
generated
10
components/servo/Cargo.lock
generated
|
@ -102,7 +102,7 @@ source = "git+https://github.com/servo/rust-azure#bb2fab861ff63fcc185e5dd7557a02
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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-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)",
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
||||||
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -277,7 +277,7 @@ dependencies = [
|
||||||
"canvas_traits 0.0.1",
|
"canvas_traits 0.0.1",
|
||||||
"clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)",
|
"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-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",
|
"devtools_traits 0.0.1",
|
||||||
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
||||||
|
@ -346,7 +346,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "core-text"
|
name = "core-text"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -663,7 +663,7 @@ dependencies = [
|
||||||
"canvas_traits 0.0.1",
|
"canvas_traits 0.0.1",
|
||||||
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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-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)",
|
"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)",
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
||||||
|
@ -2270,7 +2270,7 @@ source = "git+https://github.com/servo/webrender#38031eed57b2df8a57e4cff576e2b5b
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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-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)",
|
"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)",
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
||||||
|
|
12
ports/cef/Cargo.lock
generated
12
ports/cef/Cargo.lock
generated
|
@ -8,7 +8,7 @@ dependencies = [
|
||||||
"compositing 0.0.1",
|
"compositing 0.0.1",
|
||||||
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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-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",
|
"devtools 0.0.1",
|
||||||
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"gfx 0.0.1",
|
"gfx 0.0.1",
|
||||||
|
@ -87,7 +87,7 @@ source = "git+https://github.com/servo/rust-azure#bb2fab861ff63fcc185e5dd7557a02
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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-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)",
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
||||||
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -247,7 +247,7 @@ dependencies = [
|
||||||
"canvas_traits 0.0.1",
|
"canvas_traits 0.0.1",
|
||||||
"clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)",
|
"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-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",
|
"devtools_traits 0.0.1",
|
||||||
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
||||||
|
@ -316,7 +316,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "core-text"
|
name = "core-text"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -600,7 +600,7 @@ dependencies = [
|
||||||
"canvas_traits 0.0.1",
|
"canvas_traits 0.0.1",
|
||||||
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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-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)",
|
"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)",
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
||||||
|
@ -2155,7 +2155,7 @@ source = "git+https://github.com/servo/webrender#38031eed57b2df8a57e4cff576e2b5b
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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-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)",
|
"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)",
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
||||||
|
|
|
@ -74,7 +74,7 @@ objc = "0.1"
|
||||||
cocoa = "0.2"
|
cocoa = "0.2"
|
||||||
core-foundation = "0.2"
|
core-foundation = "0.2"
|
||||||
core-graphics = "0.2"
|
core-graphics = "0.2"
|
||||||
core-text = "1.0"
|
core-text = "1.1"
|
||||||
cgl = "0.1"
|
cgl = "0.1"
|
||||||
|
|
||||||
[target.i686-unknown-linux-gnu.dependencies]
|
[target.i686-unknown-linux-gnu.dependencies]
|
||||||
|
|
10
ports/gonk/Cargo.lock
generated
10
ports/gonk/Cargo.lock
generated
|
@ -80,7 +80,7 @@ source = "git+https://github.com/servo/rust-azure#bb2fab861ff63fcc185e5dd7557a02
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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-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)",
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
||||||
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -240,7 +240,7 @@ dependencies = [
|
||||||
"canvas_traits 0.0.1",
|
"canvas_traits 0.0.1",
|
||||||
"clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)",
|
"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-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",
|
"devtools_traits 0.0.1",
|
||||||
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
||||||
|
@ -309,7 +309,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "core-text"
|
name = "core-text"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -603,7 +603,7 @@ dependencies = [
|
||||||
"canvas_traits 0.0.1",
|
"canvas_traits 0.0.1",
|
||||||
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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-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)",
|
"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)",
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
||||||
|
@ -2104,7 +2104,7 @@ source = "git+https://github.com/servo/webrender#38031eed57b2df8a57e4cff576e2b5b
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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-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)",
|
"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)",
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue