Add servo Image type. Remove rust-png dependency from script, gfx, layout.

This commit is contained in:
Glenn Watson 2015-07-07 08:45:01 +10:00
parent 0f8095b950
commit 83301ebb75
13 changed files with 67 additions and 60 deletions

View file

@ -50,7 +50,6 @@ extern crate gfx_traits;
extern crate layout_traits;
extern crate libc;
extern crate msg;
extern crate png;
extern crate script;
extern crate script_traits;
extern crate selectors;