Initialized burrow-gtk project
This commit is contained in:
parent
290284ef4b
commit
7363683a81
26 changed files with 1537 additions and 0 deletions
4
burrow-gtk/src/config.rs
Normal file
4
burrow-gtk/src/config.rs
Normal 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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue