protontool 0.1.3

A tool for configuring Wine/Proton prefixes to be used with Proton/Steam
Documentation
1
2
3
4
5
fn main() {
    println!("cargo::rerun-if-env-changed=protontool_DEFAULT_STEAM_DIR");
    println!("cargo::rerun-if-env-changed=protontool_DEFAULT_GUI_PROVIDER");
    println!("cargo::rerun-if-env-changed=protontool_STEAM_RUNTIME_PATH");
}