diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-06 00:49:04 +0200 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-06 10:22:12 +0200 |
| commit | ec067b3e1216a3ceefe735c738873593200605d1 (patch) | |
| tree | 88a4ce2af63c4b073d271c5917b06d8d5f29c97f /src | |
| parent | c41fe1236a10839f72459e490778c8459d0b7824 (diff) | |
Add info.rs so linting can happen in ci
Diffstat (limited to 'src')
| -rw-r--r-- | src/info.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/info.rs b/src/info.rs new file mode 100644 index 0000000..1c2a22f --- /dev/null +++ b/src/info.rs @@ -0,0 +1,2 @@ +pub const APP_ID: &str = "systems.tranquil.Map"; +pub const GETTEXT_DOMAIN: &str = "systems.tranquil.Map"; |