[go: up one dir, main page]

sdl2 0.35.1

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