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