aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
blob: 66be9b3414ff2098ab80815692287678c677228e (plain) (blame)
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!");
}