diff options
author | Martin Robinson <mrobinson@igalia.com> | 2024-01-27 00:18:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 23:18:26 +0000 |
commit | 5574492505e49f26d46408cd12ddb128c87b1064 (patch) | |
tree | 5d9eb1d8f321641d33135cc54c2b6dad35d67dbf /components/shared/layout | |
parent | 33127e0e606cfcf58b43769953e3e74f55d37bb9 (diff) | |
download | servo-5574492505e49f26d46408cd12ddb128c87b1064.tar.gz servo-5574492505e49f26d46408cd12ddb128c87b1064.zip |
deps: Remove unused crate dependencies (#31185)
These were identified with `cargo-marchete`.
Diffstat (limited to 'components/shared/layout')
-rw-r--r-- | components/shared/layout/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/shared/layout/Cargo.toml b/components/shared/layout/Cargo.toml index c81ed04454c..88b04842f6c 100644 --- a/components/shared/layout/Cargo.toml +++ b/components/shared/layout/Cargo.toml @@ -20,4 +20,3 @@ net_traits = { workspace = true } profile_traits = { workspace = true } script_traits = { workspace = true } servo_url = { path = "../../url" } -webrender_api = { workspace = true } |