diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index ffde81f1a91..cb3a8d81181 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -50,7 +50,7 @@ git = "https://github.com/servo/rust-mozjs" git = "https://github.com/ecoal95/rust-offscreen-rendering-context" [dependencies.angle] -git = "https://github.com/ecoal95/angle" +git = "https://github.com/emilio/angle" branch = "servo" [dependencies.ipc-channel] diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 51971e2cc0c..c80dcadbeef 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -72,7 +72,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "angle" version = "0.1.0" -source = "git+https://github.com/ecoal95/angle?branch=servo#b31e70ef5cb675582de910d09b0c385ea2000a64" +source = "git+https://github.com/emilio/angle?branch=servo#b31e70ef5cb675582de910d09b0c385ea2000a64" dependencies = [ "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1687,7 +1687,7 @@ dependencies = [ name = "script" version = "0.0.1" dependencies = [ - "angle 0.1.0 (git+https://github.com/ecoal95/angle?branch=servo)", + "angle 0.1.0 (git+https://github.com/emilio/angle?branch=servo)", "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.3.3 (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 798530bb8c6..2bec2e051a6 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -57,7 +57,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "angle" version = "0.1.0" -source = "git+https://github.com/ecoal95/angle?branch=servo#b31e70ef5cb675582de910d09b0c385ea2000a64" +source = "git+https://github.com/emilio/angle?branch=servo#b31e70ef5cb675582de910d09b0c385ea2000a64" dependencies = [ "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1562,7 +1562,7 @@ dependencies = [ name = "script" version = "0.0.1" dependencies = [ - "angle 0.1.0 (git+https://github.com/ecoal95/angle?branch=servo)", + "angle 0.1.0 (git+https://github.com/emilio/angle?branch=servo)", "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "canvas 0.0.1", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index b483aa467ea..3ed2f49114f 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -50,7 +50,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "angle" version = "0.1.0" -source = "git+https://github.com/ecoal95/angle?branch=servo#b31e70ef5cb675582de910d09b0c385ea2000a64" +source = "git+https://github.com/emilio/angle?branch=servo#b31e70ef5cb675582de910d09b0c385ea2000a64" dependencies = [ "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1544,7 +1544,7 @@ dependencies = [ name = "script" version = "0.0.1" dependencies = [ - "angle 0.1.0 (git+https://github.com/ecoal95/angle?branch=servo)", + "angle 0.1.0 (git+https://github.com/emilio/angle?branch=servo)", "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "canvas 0.0.1",