mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
tidy and warning fixes
This commit is contained in:
parent
8a5baee83b
commit
473df194fc
3 changed files with 10 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue