diff options
author | Emilio Cobos Álvarez <me@emiliocobos.me> | 2016-06-01 01:17:20 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <me@emiliocobos.me> | 2016-06-01 01:19:54 +0200 |
commit | 796fd6b63a1a06f2109ca19b2019745617c7b31f (patch) | |
tree | 76f7c5fc5f8a6ba8204666b9399dbe264b5cc933 | |
parent | 55b0bb027caba9ca4f3fb091c55a53c24380dccb (diff) | |
download | servo-796fd6b63a1a06f2109ca19b2019745617c7b31f.tar.gz servo-796fd6b63a1a06f2109ca19b2019745617c7b31f.zip |
script: Use angle from the servo repo
-rw-r--r-- | components/script/Cargo.toml | 2 | ||||
-rw-r--r-- | components/servo/Cargo.lock | 4 | ||||
-rw-r--r-- | ports/cef/Cargo.lock | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index c44f2448a48..b947fe330a3 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -17,7 +17,7 @@ debugmozjs = ['js/debugmozjs'] tinyfiledialogs = {git = "https://github.com/jdm/tinyfiledialogs"} [dependencies] -angle = {git = "https://github.com/emilio/angle", branch = "servo"} +angle = {git = "https://github.com/servo/angle", branch = "servo"} app_units = {version = "0.2.3", features = ["plugins"]} bitflags = "0.7" canvas = {path = "../canvas"} diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 53875b3957c..d58aedd4fc8 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -62,7 +62,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "angle" version = "0.1.0" -source = "git+https://github.com/emilio/angle?branch=servo#eefe3506ae13e8ace811ca544fd6b4a5f0db0a04" +source = "git+https://github.com/servo/angle?branch=servo#eefe3506ae13e8ace811ca544fd6b4a5f0db0a04" dependencies = [ "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1868,7 +1868,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "script" version = "0.0.1" dependencies = [ - "angle 0.1.0 (git+https://github.com/emilio/angle?branch=servo)", + "angle 0.1.0 (git+https://github.com/servo/angle?branch=servo)", "app_units 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "canvas 0.0.1", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 9029fa2cbfd..ccae139dcef 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -39,7 +39,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "angle" version = "0.1.0" -source = "git+https://github.com/emilio/angle?branch=servo#eefe3506ae13e8ace811ca544fd6b4a5f0db0a04" +source = "git+https://github.com/servo/angle?branch=servo#eefe3506ae13e8ace811ca544fd6b4a5f0db0a04" dependencies = [ "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1725,7 +1725,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "script" version = "0.0.1" dependencies = [ - "angle 0.1.0 (git+https://github.com/emilio/angle?branch=servo)", + "angle 0.1.0 (git+https://github.com/servo/angle?branch=servo)", "app_units 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "canvas 0.0.1", |