From 10f3252300e2eaec606c7a6ba5b10d4d3b3b9203 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Wed, 27 Sep 2017 09:28:47 +1000 Subject: [PATCH] Update WR (support color emoji on mac, also sub-primitive clips). --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 040dd59c0ba..6bab468835b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3599,7 +3599,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.52.0" -source = "git+https://github.com/servo/webrender#c8c515df5288368fc02f315a4144103213aec12c" +source = "git+https://github.com/servo/webrender#0fd01baa9cc1f295e983f0d9056d7c205d1ba1e4" dependencies = [ "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3627,7 +3627,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.52.0" -source = "git+https://github.com/servo/webrender#c8c515df5288368fc02f315a4144103213aec12c" +source = "git+https://github.com/servo/webrender#0fd01baa9cc1f295e983f0d9056d7c205d1ba1e4" dependencies = [ "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",