bevy_scriptum/build.rs
2025-05-20 17:02:57 +02:00

5 lines
130 B
Rust

use std::{env, path::PathBuf, process::Command};
fn main() {
println!("cargo:rustc-link-lib=z"); // TODO: if features Ruby
}