mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Implement downloadable fonts on Windows
This commit is contained in:
parent
68fa988bf3
commit
a9611c31a7
5 changed files with 245 additions and 57 deletions
|
@ -29,6 +29,7 @@ extern crate bitflags;
|
|||
|
||||
// Windows-specific library dependencies
|
||||
#[cfg(target_os = "windows")] extern crate dwrote;
|
||||
#[cfg(target_os = "windows")] extern crate truetype;
|
||||
|
||||
extern crate euclid;
|
||||
extern crate fnv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue