mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
parent
32a0493cde
commit
6cbf9e75df
5 changed files with 37 additions and 2 deletions
|
@ -39,6 +39,7 @@ extern crate fnv;
|
|||
// Platforms that use Freetype/Fontconfig library dependencies
|
||||
#[cfg(any(target_os = "linux", target_os = "android", all(target_os = "windows", target_env = "gnu")))]
|
||||
extern crate fontconfig;
|
||||
extern crate fontsan;
|
||||
#[cfg(any(target_os = "linux", target_os = "android", all(target_os = "windows", target_env = "gnu")))]
|
||||
extern crate freetype;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue