Remove the unused dependency on azure from gfx_traits.

This commit is contained in:
Ms2ger 2016-11-02 13:24:38 +01:00
parent ba2fb4e2e2
commit e136145ff1
4 changed files with 0 additions and 4 deletions

View file

@ -10,7 +10,6 @@
#![deny(unsafe_code)]
extern crate azure;
extern crate heapsize;
#[macro_use]
extern crate range;