stb_dxt 0.1.0

Rust bindings to stb_dxt.h
Documentation
extern crate cc;

fn main() {
    cc::Build::new()
        .file("src/stb_dxt.c")
        .compile("stb_dxt");
}