aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-04-06 00:49:04 +0200
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-04-06 10:22:12 +0200
commitec067b3e1216a3ceefe735c738873593200605d1 (patch)
tree88a4ce2af63c4b073d271c5917b06d8d5f29c97f /src
parentc41fe1236a10839f72459e490778c8459d0b7824 (diff)
Add info.rs so linting can happen in ci
Diffstat (limited to 'src')
-rw-r--r--src/info.rs2
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";