burrow/burrow-gtk/src/config.rs.in
David Zhong 6990f90c2e
Implement Gtk Network Status (#165)
Implemented
- Switch reacts to burrow socket and network changes 
- meson as build system
- Basic diagnostics to ensure burrow is installed properly
- Flatpak / Meson Building
2024-01-26 01:10:24 -05:00

8 lines
226 B
Rust

#[allow(unused)]
pub const ID: &str = @ID@;
#[allow(unused)]
pub const VERSION: &str = @VERSION@;
#[allow(unused)]
pub const LOCALEDIR: &str = @LOCALEDIR@;
#[allow(unused)]
pub const GETTEXT_PACKAGE: &str = @GETTEXT_PACKAGE@;