aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2015-12-12 13:27:45 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2015-12-12 13:27:45 +0530
commit23b220644c3cca7e90152c62a04133e72a95570c (patch)
tree1fa370bfac1be838b33cb16c95d31a1467cf5797
parent16de31c13ce1dd002bd25dfb5b51a2fd7079b14a (diff)
parent5440a90a482dc671d734e12721043c76afd13dd7 (diff)
downloadservo-23b220644c3cca7e90152c62a04133e72a95570c.tar.gz
servo-23b220644c3cca7e90152c62a04133e72a95570c.zip
Auto merge of #8947 - Ms2ger:core-text, r=jdm
Use core-text from crates.io. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8947) <!-- Reviewable:end -->
-rw-r--r--components/compositing/Cargo.toml4
-rw-r--r--components/gfx/Cargo.toml4
-rw-r--r--components/servo/Cargo.lock12
-rw-r--r--ports/cef/Cargo.lock14
-rw-r--r--ports/cef/Cargo.toml4
-rw-r--r--ports/gonk/Cargo.lock12
6 files changed, 22 insertions, 28 deletions
diff --git a/components/compositing/Cargo.toml b/components/compositing/Cargo.toml
index e076bef55ad..8276b24c1af 100644
--- a/components/compositing/Cargo.toml
+++ b/components/compositing/Cargo.toml
@@ -82,6 +82,4 @@ url = "0.5"
[target.x86_64-apple-darwin.dependencies]
core-graphics = "0.2"
-
-[target.x86_64-apple-darwin.dependencies.core-text]
-git = "https://github.com/servo/core-text-rs"
+core-text = "1.0"
diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml
index 43eb0ce75b0..4a29c9ea89d 100644
--- a/components/gfx/Cargo.toml
+++ b/components/gfx/Cargo.toml
@@ -69,6 +69,7 @@ git = "https://github.com/servo/ipc-channel"
[target.x86_64-apple-darwin.dependencies]
core-foundation = "0.2"
core-graphics = "0.2"
+core-text = "1.0"
[target.i686-unknown-linux-gnu.dependencies]
servo-fontconfig = "0.2"
@@ -100,9 +101,6 @@ git = "https://github.com/servo/rust-freetype"
[target.arm-linux-androideabi.dependencies.freetype]
git = "https://github.com/servo/rust-freetype"
-[target.x86_64-apple-darwin.dependencies.core-text]
-git = "https://github.com/servo/core-text-rs"
-
[target.x86_64-unknown-linux-gnu.dependencies.simd]
git = "https://github.com/huonw/simd"
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock
index 12a51f8c100..0f6956e6b82 100644
--- a/components/servo/Cargo.lock
+++ b/components/servo/Cargo.lock
@@ -92,11 +92,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "azure"
version = "0.2.1"
-source = "git+https://github.com/servo/rust-azure#b8a761c2d4bc6ee1fa62e1c34763c2f5a7650779"
+source = "git+https://github.com/servo/rust-azure#b05ba4bb70aefb319c7f168fc83a9fd04a1aa1ef"
dependencies = [
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "core-text 0.1.0 (git+https://github.com/servo/core-text-rs)",
+ "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
"heapsize 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -248,7 +248,7 @@ dependencies = [
"canvas_traits 0.0.1",
"clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)",
"core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "core-text 0.1.0 (git+https://github.com/servo/core-text-rs)",
+ "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"devtools_traits 0.0.1",
"euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gaol 0.0.1 (git+https://github.com/pcwalton/gaol)",
@@ -315,8 +315,8 @@ dependencies = [
[[package]]
name = "core-text"
-version = "0.1.0"
-source = "git+https://github.com/servo/core-text-rs#d97cd4ae33509857f956e64c71f43cc71c98430f"
+version = "1.0.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)",
"core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -611,7 +611,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.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "core-text 0.1.0 (git+https://github.com/servo/core-text-rs)",
+ "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.4.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)",
diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock
index b699189917f..4d04a2992a6 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.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "core-text 0.1.0 (git+https://github.com/servo/core-text-rs)",
+ "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"devtools 0.0.1",
"euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gfx 0.0.1",
@@ -81,11 +81,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "azure"
version = "0.2.1"
-source = "git+https://github.com/servo/rust-azure#b8a761c2d4bc6ee1fa62e1c34763c2f5a7650779"
+source = "git+https://github.com/servo/rust-azure#b05ba4bb70aefb319c7f168fc83a9fd04a1aa1ef"
dependencies = [
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "core-text 0.1.0 (git+https://github.com/servo/core-text-rs)",
+ "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
"heapsize 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -248,7 +248,7 @@ dependencies = [
"canvas_traits 0.0.1",
"clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)",
"core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "core-text 0.1.0 (git+https://github.com/servo/core-text-rs)",
+ "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"devtools_traits 0.0.1",
"euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gaol 0.0.1 (git+https://github.com/pcwalton/gaol)",
@@ -315,8 +315,8 @@ dependencies = [
[[package]]
name = "core-text"
-version = "0.1.0"
-source = "git+https://github.com/servo/core-text-rs#d97cd4ae33509857f956e64c71f43cc71c98430f"
+version = "1.0.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)",
"core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -578,7 +578,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.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "core-text 0.1.0 (git+https://github.com/servo/core-text-rs)",
+ "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.4.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)",
diff --git a/ports/cef/Cargo.toml b/ports/cef/Cargo.toml
index 762dfeb4845..c3ee46cf1bf 100644
--- a/ports/cef/Cargo.toml
+++ b/ports/cef/Cargo.toml
@@ -70,11 +70,9 @@ objc = "0.1"
cocoa = "0.1"
core-foundation = "0.2"
core-graphics = "0.2"
+core-text = "1.0"
cgl = "0.1"
-[target.x86_64-apple-darwin.dependencies.core-text]
-git = "https://github.com/servo/core-text-rs"
-
[target.i686-unknown-linux-gnu.dependencies]
x11 = "2.3"
diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock
index e3cef682a24..c977d622460 100644
--- a/ports/gonk/Cargo.lock
+++ b/ports/gonk/Cargo.lock
@@ -72,11 +72,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "azure"
version = "0.2.1"
-source = "git+https://github.com/servo/rust-azure#b8a761c2d4bc6ee1fa62e1c34763c2f5a7650779"
+source = "git+https://github.com/servo/rust-azure#b05ba4bb70aefb319c7f168fc83a9fd04a1aa1ef"
dependencies = [
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "core-text 0.1.0 (git+https://github.com/servo/core-text-rs)",
+ "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
"heapsize 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -228,7 +228,7 @@ dependencies = [
"canvas_traits 0.0.1",
"clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)",
"core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "core-text 0.1.0 (git+https://github.com/servo/core-text-rs)",
+ "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"devtools_traits 0.0.1",
"euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gaol 0.0.1 (git+https://github.com/pcwalton/gaol)",
@@ -295,8 +295,8 @@ dependencies = [
[[package]]
name = "core-text"
-version = "0.1.0"
-source = "git+https://github.com/servo/core-text-rs#d97cd4ae33509857f956e64c71f43cc71c98430f"
+version = "1.0.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)",
"core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -576,7 +576,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.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "core-text 0.1.0 (git+https://github.com/servo/core-text-rs)",
+ "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.4.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)",