mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +01:00
parent
ab42ca4296
commit
b649246fe2
9 changed files with 209 additions and 53 deletions
|
@ -7,10 +7,6 @@ authors = ["The Servo Project Developers"]
|
|||
name = "net_traits"
|
||||
path = "lib.rs"
|
||||
|
||||
[dependencies.png]
|
||||
git = "https://github.com/servo/rust-png"
|
||||
features = [ "serde-serialization" ]
|
||||
|
||||
[dependencies.util]
|
||||
path = "../util"
|
||||
|
||||
|
@ -37,6 +33,7 @@ path = "../plugins"
|
|||
[dependencies]
|
||||
log = "0.3"
|
||||
euclid = "0.2"
|
||||
image = "0.3.14"
|
||||
regex = "0.1.33"
|
||||
regex_macros = "0.1.19"
|
||||
serde = "0.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue