Remove unused dependencies

This commit is contained in:
Shotaro Yamada 2019-10-01 20:47:04 +09:00
parent ad1d003e25
commit b228d2700e
24 changed files with 1 additions and 179 deletions

View file

@ -13,10 +13,8 @@ doctest = false
[dependencies]
gfx_traits = {path = "../../../components/gfx_traits"}
ipc-channel = "0.12"
layout = {path = "../../../components/layout", package = "layout_2013"}
metrics = {path = "../../../components/metrics"}
msg = {path = "../../../components/msg"}
profile_traits = {path = "../../../components/profile_traits"}
servo_url = {path = "../../../components/url"}
time = "0.1.12"
webrender_api = {git = "https://github.com/servo/webrender"}

View file

@ -10,7 +10,6 @@ path = "lib.rs"
doctest = false
[dependencies]
byteorder = "1.0"
app_units = "0.7"
cssparser = "0.25"
euclid = "0.20"