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

3 lines
80 B
Rust

fn main() {
println!("cargo:rustc-link-lib=z"); // TODO: if features Ruby
}