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

View file

@ -45,8 +45,8 @@ dependencies = [
"util 0.0.1",
"util_tests 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]]
@ -222,7 +222,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]]
@ -239,7 +239,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]]
@ -330,8 +330,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]]
@ -363,7 +363,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]]
@ -797,7 +797,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)",
]
@ -1172,7 +1172,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]]
@ -1210,7 +1210,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]]
@ -1225,7 +1225,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]]
@ -1384,7 +1384,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]]
@ -1422,7 +1422,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)",
]
@ -1941,7 +1941,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)",
]
@ -2578,8 +2578,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)",
@ -2595,15 +2595,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)",

View file

@ -80,7 +80,7 @@ default-features = false
features = ["serde_macros"]
[dependencies.webrender_traits]
git = "https://github.com/servo/webrender_traits"
git = "https://github.com/servo/webrender"
default_features = false
features = ["serde_macros"]