[package]
edition = "2024"
name = "liora-core"
version = "0.1.13"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core Liora app configuration, theme initialization, portals, and shared native GPUI helpers."
readme = false
license-file = "LICENSE.md"
repository = "https://github.com/yhyzgn/liora"
resolver = "2"
[lib]
name = "liora_core"
path = "src/lib.rs"
[dependencies.gpui]
version = "0.2.2"
default-features = false
[dependencies.liora-theme]
version = "0.1.13"