mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Auto merge of #9741 - larsbergstrom:update_webrender, r=nox
Pick up new webrender for doc build fixes Fixes #9704 r? @nox <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9741) <!-- Reviewable:end -->
This commit is contained in:
commit
9ab2da3cd1
3 changed files with 3 additions and 3 deletions
2
components/servo/Cargo.lock
generated
2
components/servo/Cargo.lock
generated
|
@ -2207,7 +2207,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webrender"
|
name = "webrender"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/servo/webrender#c05e4d6458609bd6ecab3fea644cdd299a830032"
|
source = "git+https://github.com/servo/webrender#c23d3cfebecfc377438a233e3eb5d92cc8130c6c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
2
ports/cef/Cargo.lock
generated
2
ports/cef/Cargo.lock
generated
|
@ -2093,7 +2093,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webrender"
|
name = "webrender"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/servo/webrender#c05e4d6458609bd6ecab3fea644cdd299a830032"
|
source = "git+https://github.com/servo/webrender#c23d3cfebecfc377438a233e3eb5d92cc8130c6c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
2
ports/gonk/Cargo.lock
generated
2
ports/gonk/Cargo.lock
generated
|
@ -2041,7 +2041,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webrender"
|
name = "webrender"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/servo/webrender#c05e4d6458609bd6ecab3fea644cdd299a830032"
|
source = "git+https://github.com/servo/webrender#c23d3cfebecfc377438a233e3eb5d92cc8130c6c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue