Clean up dependencies.

This commit is contained in:
Jack Moffitt 2015-06-03 13:00:57 -06:00
parent 1587d8a301
commit b5ebbaefe3
9 changed files with 304 additions and 364 deletions

View file

@ -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"