diff options
Diffstat (limited to 'components/geometry')
-rw-r--r-- | components/geometry/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/geometry/Cargo.toml b/components/geometry/Cargo.toml index 387f17a1e55..e1bbbadbea5 100644 --- a/components/geometry/Cargo.toml +++ b/components/geometry/Cargo.toml @@ -15,5 +15,4 @@ app_units = "0.7" euclid = "0.20" malloc_size_of = { path = "../malloc_size_of" } malloc_size_of_derive = "0.1" -style_traits = { path = "../style_traits" } webrender_api = { git = "https://github.com/servo/webrender" } |