liora-core 0.2.7

Core Liora app configuration, theme initialization, portals, and shared native GPUI helpers.
Documentation
1
2
3
4
5
6
#[path = "src/locales_codegen.rs"]
mod locales_codegen;

fn main() {
    locales_codegen::generate_locales_from_package("crate::locales::Locales");
}