sdl2 0.33.0

SDL2 bindings for Rust
Documentation
1
2
3
4
fn main() {
    #[cfg(any(target_os="openbsd", target_os="freebsd"))]
    println!(r"cargo:rustc-link-search=/usr/local/lib");
}