Remove azure(canvas) dependency from canvas_traits

This commit is contained in:
Roman Zaynetdinov 2016-12-25 17:07:22 +02:00
parent 61d8f4d688
commit 912d5f3547
6 changed files with 163 additions and 145 deletions

View file

@ -10,6 +10,7 @@
extern crate azure;
extern crate canvas_traits;
extern crate core;
extern crate cssparser;
extern crate euclid;
extern crate gleam;
extern crate ipc_channel;