Implemented - Switch reacts to burrow socket and network changes - meson as build system - Basic diagnostics to ensure burrow is installed properly - Flatpak / Meson Building
8 lines
226 B
Rust
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@;
|