sdl3 0.14.2

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