ambient_rustc 0.3.1

Rust compiler driver for the Ambient runtime. Host-only.
Documentation
1
2
3
4
5
6
7
fn main() {
    // Store TARGET for rustup fetch
    println!(
        "cargo:rustc-env=TARGET={}",
        std::env::var("TARGET").unwrap()
    );
}