Hermes/src/config.rs.in

5 lines
178 B
Rust
Raw Normal View History

2022-05-14 21:30:33 +00:00
pub static VERSION: &str = @VERSION@;
pub static GETTEXT_PACKAGE: &str = @GETTEXT_PACKAGE@;
pub static LOCALEDIR: &str = @LOCALEDIR@;
pub static PKGDATADIR: &str = @PKGDATADIR@;