csfml-graphics-sys 0.6.0

Bindings to csfml-graphics
Documentation
1
2
3
4
5
extern crate sfml_build;

fn main() {
    sfml_build::link_csfml("graphics");
}