sieverman/build.rs

3 lines
62 B
Rust
Raw Normal View History

2024-01-19 21:12:52 +01:00
fn main() {
println!("cargo:rerun-if-changed=**/*.blp");
}