is this a good idea....

This commit is contained in:
Simon Gardling
2022-03-09 00:47:02 -05:00
parent 41716b3a56
commit 8114d3ebc9
14 changed files with 104 additions and 56 deletions

View File

@@ -1,4 +1,9 @@
fn main() {
let _ = command_run::Command::with_args("./pack_assets.sh", &[""])
.enable_capture()
.run();
println!("cargo:rerun-if-changed=.git/logs/HEAD"); // genius
println!("cargo:rerun-if-changed=assets"); // genius
shadow_rs::new().unwrap();
}