Initialized burrow-gtk project

This commit is contained in:
reesericci 2023-07-01 12:25:56 -05:00 committed by Conrad Kramer
parent 290284ef4b
commit 7363683a81
26 changed files with 1537 additions and 0 deletions

4
burrow-gtk/src/config.rs Normal file
View file

@ -0,0 +1,4 @@
pub static VERSION: &str = "0.1.0";
pub static GETTEXT_PACKAGE: &str = "burrow-gtk";
pub static LOCALEDIR: &str = "/app/share/locale";
pub static PKGDATADIR: &str = "/app/share/burrow-gtk";