csfml-system-sys 0.2.1

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

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