mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Clean up dependencies.
This commit is contained in:
parent
1587d8a301
commit
b5ebbaefe3
9 changed files with 304 additions and 364 deletions
|
@ -22,12 +22,6 @@ git = "https://github.com/servo/rust-geom"
|
|||
[dependencies.layers]
|
||||
git = "https://github.com/servo/rust-layers"
|
||||
|
||||
[dependencies.core_foundation]
|
||||
git = "https://github.com/servo/rust-core-foundation"
|
||||
|
||||
[dependencies.io_surface]
|
||||
git = "https://github.com/servo/rust-io-surface"
|
||||
|
||||
[dependencies.png]
|
||||
git = "https://github.com/servo/rust-png"
|
||||
|
||||
|
@ -35,4 +29,11 @@ git = "https://github.com/servo/rust-png"
|
|||
url = "0.2.35"
|
||||
bitflags = "*"
|
||||
hyper = "0.5"
|
||||
rustc-serialize = "0.3.4"
|
||||
rustc-serialize = "0.3.4"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies]
|
||||
core-foundation = "*"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies.io-surface]
|
||||
git = "https://github.com/servo/io-surface-rs"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue