mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Auto merge of #7933 - mbrubeck:piston-image, r=glennw
Replace libpng and stb_image with PistonDevelopers/image Fixes #3368. r? @glennw <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7933) <!-- Reviewable:end -->
This commit is contained in:
commit
0f597d3890
24 changed files with 270 additions and 193 deletions
|
@ -19,10 +19,6 @@ path = "../devtools_traits"
|
|||
[dependencies.plugins]
|
||||
path = "../plugins"
|
||||
|
||||
[dependencies.png]
|
||||
git = "https://github.com/servo/rust-png"
|
||||
features = [ "serde-serialization" ]
|
||||
|
||||
[dependencies.hyper]
|
||||
version = "0.6"
|
||||
features = [ "serde-serialization" ]
|
||||
|
|
|
@ -21,7 +21,6 @@ extern crate hyper;
|
|||
extern crate ipc_channel;
|
||||
extern crate net_traits;
|
||||
extern crate openssl;
|
||||
extern crate png;
|
||||
extern crate rustc_serialize;
|
||||
extern crate time;
|
||||
extern crate url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue