sdl2 0.35.2

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");
}