mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Make Harfbuzz font_funcs static
This commit is contained in:
parent
f1e268b1e8
commit
47a0d494ec
4 changed files with 20 additions and 13 deletions
|
@ -12,6 +12,7 @@
|
|||
#![feature(mpsc_select)]
|
||||
#![feature(plugin)]
|
||||
#![feature(str_char)]
|
||||
#![feature(unique)]
|
||||
#![feature(vec_push_all)]
|
||||
|
||||
#![plugin(plugins)]
|
||||
|
@ -26,6 +27,8 @@ extern crate azure;
|
|||
extern crate fnv;
|
||||
extern crate euclid;
|
||||
extern crate ipc_channel;
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
extern crate layers;
|
||||
extern crate libc;
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue