diff options
author | Glenn Watson <github@intuitionlibrary.com> | 2016-10-07 10:14:47 +1000 |
---|---|---|
committer | Glenn Watson <github@intuitionlibrary.com> | 2016-10-07 10:14:47 +1000 |
commit | 792ec0c99a90c59045ee7a6eea8519bfa5f872ee (patch) | |
tree | e3c979f943922635775e2c656086a063c952292f /components | |
parent | e5aebfcf73956b190da3b405db9d14022ecf1da6 (diff) | |
download | servo-792ec0c99a90c59045ee7a6eea8519bfa5f872ee.tar.gz servo-792ec0c99a90c59045ee7a6eea8519bfa5f872ee.zip |
Update webrender (new gpu profiler support).
Diffstat (limited to 'components')
-rw-r--r-- | components/servo/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 7b2fa3b1474..8d0dd5b5fe9 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -2697,7 +2697,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.5.1" -source = "git+https://github.com/servo/webrender#f200389d12b30764f9c9d2401cebe6ff8c9eee50" +source = "git+https://github.com/servo/webrender#98e7331d48620ac1c03397ebbbf526b60e62258b" dependencies = [ "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2722,7 +2722,7 @@ dependencies = [ [[package]] name = "webrender_traits" version = "0.5.1" -source = "git+https://github.com/servo/webrender#f200389d12b30764f9c9d2401cebe6ff8c9eee50" +source = "git+https://github.com/servo/webrender#98e7331d48620ac1c03397ebbbf526b60e62258b" 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)", |