retrom-client 0.2.1

The Retrom video game library client
1
2
3
4
5
6
7
8
fn main() {
    #[cfg(target_os = "windows")]
    println!("cargo::rustc-link-search=C:\\Program Files\\PostgreSQL\\16\\lib");
    #[cfg(target_os = "windows")]
    println!("cargo:rustc-link-lib=libpq");

    tauri_build::build()
}