mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove unused dependencies
This commit is contained in:
parent
ad1d003e25
commit
b228d2700e
24 changed files with 1 additions and 179 deletions
|
@ -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"}
|
||||
|
|
|
@ -10,7 +10,6 @@ path = "lib.rs"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1.0"
|
||||
app_units = "0.7"
|
||||
cssparser = "0.25"
|
||||
euclid = "0.20"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue