don't rebuild on new commit

This commit is contained in:
Simon Gardling 2025-12-05 14:06:58 -05:00
parent 44fea82aaa
commit f9480fac7c
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -65,8 +65,7 @@ fn font_stripper(from: &str, out: &str, unicodes: Vec<char>) -> Result<Vec<u8>,
}
fn main() {
// rebuild if new commit or contents of `assets` folder changed
println!("cargo:rerun-if-changed=.git/logs/HEAD");
// rebuild if contents of `assets` folder changed
println!("cargo:rerun-if-changed=assets/*");
let mut main_chars: Vec<char> =