tidy and warning fixes

This commit is contained in:
Vladimir Vukicevic 2016-11-10 16:07:14 -05:00
parent 8a5baee83b
commit 473df194fc
3 changed files with 10 additions and 20 deletions

View file

@ -34,14 +34,11 @@ extern crate bitflags;
extern crate euclid;
extern crate fnv;
// Platforms that use Freetype/Fontconfig library dependencies
#[cfg(any(target_os = "linux", target_os = "android"))]
extern crate fontconfig;
extern crate fontsan;
#[cfg(any(target_os = "linux", target_os = "android"))]
extern crate freetype;
extern crate fontsan;
extern crate gfx_traits;
// Eventually we would like the shaper to be pluggable, as many operating systems have their own