mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
deps: Upgrade to webrender@0.66
(#35325)
In addition to some small API changes, this downstream version of
WebRender no longer depends on a very old version of time. This is the
last step toward removing the dependency on `time0.1`.
The review for this commit should also include: 9f552bebab
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
4721f47190
commit
643885e6f1
32 changed files with 72 additions and 76 deletions
|
@ -17,4 +17,4 @@ ipc-channel = { workspace = true }
|
|||
profile = { path = "../../../components/profile" }
|
||||
profile_traits = { workspace = true }
|
||||
servo_config = { path = "../../../components/config" }
|
||||
time_03 = { workspace = true }
|
||||
time = { workspace = true }
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
|
||||
use std::thread;
|
||||
|
||||
use ::time::Duration;
|
||||
use ipc_channel::ipc;
|
||||
use profile::time;
|
||||
use profile_traits::ipc as ProfiledIpc;
|
||||
use profile_traits::time::{ProfilerCategory, ProfilerData, ProfilerMsg};
|
||||
use servo_config::opts::OutputOptions;
|
||||
use time_03::Duration;
|
||||
|
||||
#[test]
|
||||
fn time_profiler_smoke_test() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue