extern crate fontconfig; extern crate freetype; extern crate libc; mod list_fonts; mod text; fn main() { println!("Hello, world!"); }