Anki/rslib/i18n
llama a245f8ce61
fix(build): treat proto/i18n's implicit outputs as inputs (#4439)
* fix(build): make proto/i18n's implicit outputs explicit

* use option_env! instead of rerun-if-env-changed

> As of 1.46, using env! and option_env! in source code will automatically detect changes and trigger rebuilds.
https://doc.rust-lang.org/cargo/reference/build-scripts.html#rerun-if-env-changed

* ditto for STRINGS_PY and STRINGS_TS

* fix comment

* remove space
2025-12-16 19:38:18 +03:00
..
src feat: add i18n to launcher (#4361) 2025-09-27 16:58:46 +10:00
build.rs fix(build): treat proto/i18n's implicit outputs as inputs (#4439) 2025-12-16 19:38:18 +03:00
Cargo.toml Fixes for Rust 1.89 2025-09-01 14:55:49 +10:00
check.rs Update to Rust 1.88 2025-06-29 11:50:49 +07:00
extract.rs Move .py i18n method generation to Rust 2023-07-03 15:58:46 +10:00
gather.rs Update to Rust 1.88 2025-06-29 11:50:49 +07:00
python.rs fix(build): treat proto/i18n's implicit outputs as inputs (#4439) 2025-12-16 19:38:18 +03:00
typescript.rs fix(build): treat proto/i18n's implicit outputs as inputs (#4439) 2025-12-16 19:38:18 +03:00
write_strings.rs feat: add i18n to launcher (#4361) 2025-09-27 16:58:46 +10:00