mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-24 01:24:07 +03:00
5 lines
94 B
Rust
5 lines
94 B
Rust
|
fn main() {
|
||
|
// Rebuild if i18n files change
|
||
|
println!("cargo:rerun-if-changed=i18n")
|
||
|
}
|