Bug 1506129 - Update webrender to commit 56ffe6edc4c453a370784314194f9516af0a8950 (WR PR #3290). r=kats

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
WR Updater Bot 2018-11-09 18:55:10 +00:00
parent a2c42ba3de
commit 7b2f0ec1b5
5 changed files with 5 additions and 5 deletions

View File

@ -73,7 +73,7 @@ mozangle = "0.1"
freetype = { version = "0.4", default-features = false }
[target.'cfg(target_os = "windows")'.dependencies]
dwrote = "0.6"
dwrote = "0.6.1"
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.6"

View File

@ -29,4 +29,4 @@ core-foundation = "0.6"
core-graphics = "0.17.1"
[target.'cfg(target_os = "windows")'.dependencies]
dwrote = "0.6"
dwrote = "0.6.1"

View File

@ -23,7 +23,7 @@ default-features = false
features = ["capture", "serialize_program"]
[target.'cfg(target_os = "windows")'.dependencies]
dwrote = "0.6"
dwrote = "0.6.1"
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.6"

View File

@ -1 +1 @@
874d782a891db37707364be2071d91117c6e255a
56ffe6edc4c453a370784314194f9516af0a8950

View File

@ -39,7 +39,7 @@ headless = [ "osmesa-sys", "osmesa-src" ]
pathfinder = [ "webrender/pathfinder" ]
[target.'cfg(target_os = "windows")'.dependencies]
dwrote = "0.6"
dwrote = "0.6.1"
mozangle = {version = "0.1.5", features = ["egl"]}
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]