csfml-graphics-sys 0.3.0

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

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