1 2 3 4 5 6 7 8 9
extern crate fontconfig; extern crate freetype; extern crate libc; mod list_fonts; fn main() { println!("Hello, world!"); }