Update to webrender 0.4.0

This commit is contained in:
Anthony Ramine 2016-08-18 14:48:29 +02:00
parent fb7cb92076
commit 03a0170c91
17 changed files with 178 additions and 114 deletions

40
ports/cef/Cargo.lock generated
View file

@ -196,7 +196,7 @@ dependencies = [
"offscreen_gl_context 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",
"util 0.0.1",
"webrender_traits 0.3.0 (git+https://github.com/servo/webrender_traits)",
"webrender_traits 0.4.0 (git+https://github.com/servo/webrender)",
]
[[package]]
@ -213,7 +213,7 @@ dependencies = [
"plugins 0.0.1",
"serde 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_macros 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender_traits 0.3.0 (git+https://github.com/servo/webrender_traits)",
"webrender_traits 0.4.0 (git+https://github.com/servo/webrender)",
]
[[package]]
@ -288,8 +288,8 @@ dependencies = [
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
"webrender 0.2.0 (git+https://github.com/servo/webrender)",
"webrender_traits 0.3.0 (git+https://github.com/servo/webrender_traits)",
"webrender 0.4.0 (git+https://github.com/servo/webrender)",
"webrender_traits 0.4.0 (git+https://github.com/servo/webrender)",
]
[[package]]
@ -321,7 +321,7 @@ dependencies = [
"style_traits 0.0.1",
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
"webrender_traits 0.3.0 (git+https://github.com/servo/webrender_traits)",
"webrender_traits 0.4.0 (git+https://github.com/servo/webrender)",
]
[[package]]
@ -714,7 +714,7 @@ dependencies = [
"unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
"webrender_traits 0.3.0 (git+https://github.com/servo/webrender_traits)",
"webrender_traits 0.4.0 (git+https://github.com/servo/webrender)",
"xi-unicode 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1080,7 +1080,7 @@ dependencies = [
"unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
"webrender_traits 0.3.0 (git+https://github.com/servo/webrender_traits)",
"webrender_traits 0.4.0 (git+https://github.com/servo/webrender)",
]
[[package]]
@ -1111,7 +1111,7 @@ dependencies = [
"style 0.0.1",
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
"webrender_traits 0.3.0 (git+https://github.com/servo/webrender_traits)",
"webrender_traits 0.4.0 (git+https://github.com/servo/webrender)",
]
[[package]]
@ -1126,7 +1126,7 @@ dependencies = [
"script_traits 0.0.1",
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
"webrender_traits 0.3.0 (git+https://github.com/servo/webrender_traits)",
"webrender_traits 0.4.0 (git+https://github.com/servo/webrender)",
]
[[package]]
@ -1285,7 +1285,7 @@ dependencies = [
"serde 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_macros 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender_traits 0.3.0 (git+https://github.com/servo/webrender_traits)",
"webrender_traits 0.4.0 (git+https://github.com/servo/webrender)",
]
[[package]]
@ -1323,7 +1323,7 @@ dependencies = [
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
"uuid 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender_traits 0.3.0 (git+https://github.com/servo/webrender_traits)",
"webrender_traits 0.4.0 (git+https://github.com/servo/webrender)",
"websocket 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1793,7 +1793,7 @@ dependencies = [
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
"uuid 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender_traits 0.3.0 (git+https://github.com/servo/webrender_traits)",
"webrender_traits 0.4.0 (git+https://github.com/servo/webrender)",
"websocket 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
"xml5ever 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1954,8 +1954,8 @@ dependencies = [
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
"webdriver_server 0.0.1",
"webrender 0.2.0 (git+https://github.com/servo/webrender)",
"webrender_traits 0.3.0 (git+https://github.com/servo/webrender_traits)",
"webrender 0.4.0 (git+https://github.com/servo/webrender)",
"webrender_traits 0.4.0 (git+https://github.com/servo/webrender)",
]
[[package]]
@ -2438,8 +2438,8 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.2.0"
source = "git+https://github.com/servo/webrender#16e427ec2955f0a5f47b279a30b48eaa885d57fb"
version = "0.4.0"
source = "git+https://github.com/servo/webrender#b8b719ad5d69249093f505cec8a7d5dac344b802"
dependencies = [
"app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2455,15 +2455,15 @@ dependencies = [
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
"offscreen_gl_context 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"scoped_threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender_traits 0.3.0 (git+https://github.com/servo/webrender_traits)",
"webrender_traits 0.4.0 (git+https://github.com/servo/webrender)",
]
[[package]]
name = "webrender_traits"
version = "0.3.0"
source = "git+https://github.com/servo/webrender_traits#4d5036748208733dbdad43b7faec27ccccbce9a6"
version = "0.4.0"
source = "git+https://github.com/servo/webrender#b8b719ad5d69249093f505cec8a7d5dac344b802"
dependencies = [
"app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",