Skip to content

Commit

Permalink
Move over to gaol from the servo repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Feb 1, 2016
1 parent 5e606d8 commit add80b1
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
12 changes: 6 additions & 6 deletions components/compositing/Cargo.toml
Expand Up @@ -64,22 +64,22 @@ git = "https://github.com/servo/ipc-channel"
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"

[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]
git = "https://github.com/pcwalton/gaol"
git = "https://github.com/servo/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]
git = "https://github.com/pcwalton/gaol"
git = "https://github.com/servo/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]
git = "https://github.com/pcwalton/gaol"
git = "https://github.com/servo/gaol"

[dependencies]
app_units = {version = "0.1", features = ["plugins"]}
Expand Down
6 changes: 3 additions & 3 deletions components/servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions components/servo/Cargo.toml
Expand Up @@ -126,22 +126,22 @@ version = "0.3"
features = ["release_max_level_info"]

[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]
git = "https://github.com/pcwalton/gaol"
git = "https://github.com/servo/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]
git = "https://github.com/pcwalton/gaol"
git = "https://github.com/servo/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]
git = "https://github.com/pcwalton/gaol"
git = "https://github.com/servo/gaol"

[dependencies.ipc-channel]
git = "https://github.com/servo/ipc-channel"
Expand Down
6 changes: 3 additions & 3 deletions ports/cef/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions ports/gonk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit add80b1

Please sign in to comment.