Bug 1609049 - WebRender version bump. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D59840

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nicolas Silva 2020-01-14 13:07:05 +00:00
Родитель 168ab8579c
Коммит 33d2c54400
4 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -22,7 +22,7 @@ fxhash = "0.2.1"
[dependencies.webrender]
path = "../wr/webrender"
version = "0.60.0"
version = "0.61.0"
default-features = false
features = ["capture", "serialize_program"]

16
gfx/wr/Cargo.lock сгенерированный
Просмотреть файл

@ -243,7 +243,7 @@ version = "0.1.0"
dependencies = [
"compositor-windows 0.1.0",
"gleam 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender 0.60.0",
"webrender 0.61.0",
]
[[package]]
@ -434,7 +434,7 @@ dependencies = [
"euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gleam 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)",
"mozangle 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender 0.60.0",
"webrender 0.61.0",
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"winit 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1794,7 +1794,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.60.0"
version = "0.61.0"
dependencies = [
"base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1829,7 +1829,7 @@ dependencies = [
"svg_fmt 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_profiler 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender_api 0.60.0",
"webrender_api 0.61.0",
"webrender_build 0.0.1",
"wr_malloc_size_of 0.0.1",
"ws 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1846,13 +1846,13 @@ dependencies = [
"gleam 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)",
"glutin 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender 0.60.0",
"webrender 0.61.0",
"winit 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "webrender_api"
version = "0.60.0"
version = "0.61.0"
dependencies = [
"app_units 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1983,8 +1983,8 @@ dependencies = [
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender 0.60.0",
"webrender_api 0.60.0",
"webrender 0.61.0",
"webrender_api 0.61.0",
"winit 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
"yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "webrender"
version = "0.60.0"
version = "0.61.0"
authors = ["Glenn Watson <gw@intuitionlibrary.com>"]
license = "MPL-2.0"
repository = "https://github.com/servo/webrender"
@ -48,7 +48,7 @@ sha2 = "0.8"
smallvec = "0.6"
thread_profiler = "0.1.1"
time = "0.1"
api = { version = "0.60.0", path = "../webrender_api", package = "webrender_api" }
api = { version = "0.61.0", path = "../webrender_api", package = "webrender_api" }
webrender_build = { version = "0.0.1", path = "../webrender_build" }
malloc_size_of = { version = "0.0.1", path = "../wr_malloc_size_of", package = "wr_malloc_size_of" }
ws = { optional = true, version = "0.9" }

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "webrender_api"
version = "0.60.0"
version = "0.61.0"
authors = ["Glenn Watson <gw@intuitionlibrary.com>"]
license = "MPL-2.0"
repository = "https://github.com/servo/webrender"