mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove some unused extern crates.
This commit is contained in:
parent
53c4a782a0
commit
86d3c576f2
26 changed files with 0 additions and 72 deletions
|
@ -38,9 +38,6 @@ path = "../script_traits"
|
|||
[dependencies.style]
|
||||
path = "../style"
|
||||
|
||||
[dependencies.style_traits]
|
||||
path = "../style_traits"
|
||||
|
||||
[dependencies.plugins]
|
||||
path = "../plugins"
|
||||
|
||||
|
@ -60,7 +57,6 @@ git = "https://github.com/servo/ipc-channel"
|
|||
app_units = {version = "0.1", features = ["plugins"]}
|
||||
cssparser = { version = "0.4", features = [ "serde-serialization" ] }
|
||||
log = "0.3"
|
||||
encoding = "0.2"
|
||||
fnv = "1.0"
|
||||
bitflags = "0.3"
|
||||
rustc-serialize = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue