cosmic-edit/build.rs
2023-11-04 12:51:34 -06:00

4 lines
112 B
Rust

fn main() {
// Rebuild if i18n files change
println!("cargo:rerun-if-changed=i18n/*/cosmic_edit.ftl")
}