gfx: Drop "canvas_traits" dependency

This commit is contained in:
Emilio Cobos Álvarez 2016-03-23 16:44:21 +01:00
parent 35ce58ef98
commit 50ba78c512
5 changed files with 0 additions and 7 deletions

View file

@ -25,7 +25,6 @@ extern crate app_units;
extern crate azure;
#[macro_use]
extern crate bitflags;
extern crate canvas_traits;
// Mac OS-specific library dependencies
#[cfg(target_os = "macos")] extern crate core_foundation;