cosmic-edit/build.rs

5 lines
94 B
Rust
Raw Normal View History

2023-11-04 12:51:34 -06:00
fn main() {
// Rebuild if i18n files change
2023-11-07 19:14:32 +01:00
println!("cargo:rerun-if-changed=i18n")
2023-11-04 12:51:34 -06:00
}