aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
blob: 7356bd36e617cfdf912f2d80021938221449a008 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
extern crate fontconfig;
extern crate freetype;
extern crate libc;

mod list_fonts;
mod text;

fn main() {
    println!("Hello, world!");
}