Make Harfbuzz font_funcs static

This commit is contained in:
Matt Brubeck 2015-08-03 14:56:11 -07:00
parent f1e268b1e8
commit 47a0d494ec
4 changed files with 20 additions and 13 deletions

View file

@ -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]