Move over to gaol from the servo repository.

This commit is contained in:
Ms2ger 2016-02-01 11:00:19 +01:00
parent 5e606d8266
commit add80b13f3
5 changed files with 21 additions and 21 deletions

View file

@ -64,22 +64,22 @@ git = "https://github.com/servo/ipc-channel"
git = "https://github.com/ecoal95/rust-offscreen-rendering-context" git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
[target.arm-linux-androideabi.dependencies.gaol] [target.arm-linux-androideabi.dependencies.gaol]
git = "https://github.com/pcwalton/gaol" git = "https://github.com/servo/gaol"
[target.x86_64-apple-darwin.dependencies.gaol] [target.x86_64-apple-darwin.dependencies.gaol]
git = "https://github.com/pcwalton/gaol" git = "https://github.com/servo/gaol"
[target.x86_64-unknown-linux-gnu.dependencies.gaol] [target.x86_64-unknown-linux-gnu.dependencies.gaol]
git = "https://github.com/pcwalton/gaol" git = "https://github.com/servo/gaol"
[target.i686-unknown-linux-gnu.dependencies.gaol] [target.i686-unknown-linux-gnu.dependencies.gaol]
git = "https://github.com/pcwalton/gaol" git = "https://github.com/servo/gaol"
[target.arm-unknown-linux-gnueabihf.dependencies.gaol] [target.arm-unknown-linux-gnueabihf.dependencies.gaol]
git = "https://github.com/pcwalton/gaol" git = "https://github.com/servo/gaol"
[target.aarch64-unknown-linux-gnu.dependencies.gaol] [target.aarch64-unknown-linux-gnu.dependencies.gaol]
git = "https://github.com/pcwalton/gaol" git = "https://github.com/servo/gaol"
[dependencies] [dependencies]
app_units = {version = "0.1", features = ["plugins"]} app_units = {version = "0.1", features = ["plugins"]}

View file

@ -11,7 +11,7 @@ dependencies = [
"devtools_traits 0.0.1", "devtools_traits 0.0.1",
"env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gaol 0.0.1 (git+https://github.com/pcwalton/gaol)", "gaol 0.0.1 (git+https://github.com/servo/gaol)",
"gfx 0.0.1", "gfx 0.0.1",
"gfx_tests 0.0.1", "gfx_tests 0.0.1",
"gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
@ -249,7 +249,7 @@ dependencies = [
"core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"devtools_traits 0.0.1", "devtools_traits 0.0.1",
"euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gaol 0.0.1 (git+https://github.com/pcwalton/gaol)", "gaol 0.0.1 (git+https://github.com/servo/gaol)",
"gfx 0.0.1", "gfx 0.0.1",
"gfx_traits 0.0.1", "gfx_traits 0.0.1",
"gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
@ -584,7 +584,7 @@ dependencies = [
[[package]] [[package]]
name = "gaol" name = "gaol"
version = "0.0.1" version = "0.0.1"
source = "git+https://github.com/pcwalton/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019" source = "git+https://github.com/servo/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019"
dependencies = [ dependencies = [
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -126,22 +126,22 @@ version = "0.3"
features = ["release_max_level_info"] features = ["release_max_level_info"]
[target.arm-linux-androideabi.dependencies.gaol] [target.arm-linux-androideabi.dependencies.gaol]
git = "https://github.com/pcwalton/gaol" git = "https://github.com/servo/gaol"
[target.x86_64-apple-darwin.dependencies.gaol] [target.x86_64-apple-darwin.dependencies.gaol]
git = "https://github.com/pcwalton/gaol" git = "https://github.com/servo/gaol"
[target.x86_64-unknown-linux-gnu.dependencies.gaol] [target.x86_64-unknown-linux-gnu.dependencies.gaol]
git = "https://github.com/pcwalton/gaol" git = "https://github.com/servo/gaol"
[target.i686-unknown-linux-gnu.dependencies.gaol] [target.i686-unknown-linux-gnu.dependencies.gaol]
git = "https://github.com/pcwalton/gaol" git = "https://github.com/servo/gaol"
[target.arm-unknown-linux-gnueabihf.dependencies.gaol] [target.arm-unknown-linux-gnueabihf.dependencies.gaol]
git = "https://github.com/pcwalton/gaol" git = "https://github.com/servo/gaol"
[target.aarch64-unknown-linux-gnu.dependencies.gaol] [target.aarch64-unknown-linux-gnu.dependencies.gaol]
git = "https://github.com/pcwalton/gaol" git = "https://github.com/servo/gaol"
[dependencies.ipc-channel] [dependencies.ipc-channel]
git = "https://github.com/servo/ipc-channel" git = "https://github.com/servo/ipc-channel"

6
ports/cef/Cargo.lock generated
View file

@ -250,7 +250,7 @@ dependencies = [
"core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"devtools_traits 0.0.1", "devtools_traits 0.0.1",
"euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gaol 0.0.1 (git+https://github.com/pcwalton/gaol)", "gaol 0.0.1 (git+https://github.com/servo/gaol)",
"gfx 0.0.1", "gfx 0.0.1",
"gfx_traits 0.0.1", "gfx_traits 0.0.1",
"gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
@ -552,7 +552,7 @@ dependencies = [
[[package]] [[package]]
name = "gaol" name = "gaol"
version = "0.0.1" version = "0.0.1"
source = "git+https://github.com/pcwalton/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019" source = "git+https://github.com/servo/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019"
dependencies = [ dependencies = [
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1553,7 +1553,7 @@ dependencies = [
"devtools_traits 0.0.1", "devtools_traits 0.0.1",
"env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gaol 0.0.1 (git+https://github.com/pcwalton/gaol)", "gaol 0.0.1 (git+https://github.com/servo/gaol)",
"gfx 0.0.1", "gfx 0.0.1",
"gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"glutin_app 0.0.1", "glutin_app 0.0.1",

6
ports/gonk/Cargo.lock generated
View file

@ -231,7 +231,7 @@ dependencies = [
"core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"devtools_traits 0.0.1", "devtools_traits 0.0.1",
"euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gaol 0.0.1 (git+https://github.com/pcwalton/gaol)", "gaol 0.0.1 (git+https://github.com/servo/gaol)",
"gfx 0.0.1", "gfx 0.0.1",
"gfx_traits 0.0.1", "gfx_traits 0.0.1",
"gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
@ -543,7 +543,7 @@ dependencies = [
[[package]] [[package]]
name = "gaol" name = "gaol"
version = "0.0.1" version = "0.0.1"
source = "git+https://github.com/pcwalton/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019" source = "git+https://github.com/servo/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019"
dependencies = [ dependencies = [
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1524,7 +1524,7 @@ dependencies = [
"devtools_traits 0.0.1", "devtools_traits 0.0.1",
"env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gaol 0.0.1 (git+https://github.com/pcwalton/gaol)", "gaol 0.0.1 (git+https://github.com/servo/gaol)",
"gfx 0.0.1", "gfx 0.0.1",
"gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",