servo/tests/unit/profile/Cargo.toml
Martin Robinson 643885e6f1
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>
2025-02-07 11:57:26 +00:00

20 lines
473 B
TOML

[package]
name = "profile_tests"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
rust-version.workspace = true
[lib]
name = "profile_tests"
path = "lib.rs"
doctest = false
[dependencies]
ipc-channel = { workspace = true }
profile = { path = "../../../components/profile" }
profile_traits = { workspace = true }
servo_config = { path = "../../../components/config" }
time = { workspace = true }