bevy_discovery 0.1.0

Automatic system discovery and registration for Bevy apps
Documentation
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=PROC_ARTIFACT_DIR={}",
        std::env::var("OUT_DIR").unwrap()
    )
}