diff options
author | Glenn Watson <gw@intuitionlibrary.com> | 2015-07-07 08:45:01 +1000 |
---|---|---|
committer | Glenn Watson <gw@intuitionlibrary.com> | 2015-07-07 08:45:01 +1000 |
commit | 83301ebb75121ae65926f3b98afd3421f7eca601 (patch) | |
tree | ae1c661f5ebfd7b3eb2e4e12f7bc163688f21d60 /components/script/lib.rs | |
parent | 0f8095b950dd144497919cfea65a1f154ed3ae9a (diff) | |
download | servo-83301ebb75121ae65926f3b98afd3421f7eca601.tar.gz servo-83301ebb75121ae65926f3b98afd3421f7eca601.zip |
Add servo Image type. Remove rust-png dependency from script, gfx, layout.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index c1cdc1c02f6..6b3f5ce8c8f 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -48,7 +48,6 @@ extern crate libc; extern crate msg; extern crate net_traits; extern crate num; -extern crate png; extern crate rustc_serialize; extern crate time; extern crate canvas; |