Move Image and PixelFormat to net_traits.

This commit is contained in:
Ms2ger 2016-10-18 15:37:19 +02:00
parent e3ebbd0fcd
commit dce2872f45
14 changed files with 40 additions and 32 deletions

View file

@ -11,7 +11,6 @@
#[macro_use]
extern crate bitflags;
extern crate heapsize;
extern crate ipc_channel;
extern crate serde;
#[macro_use]
extern crate serde_derive;