liora 0.1.11

One-stop Liora SDK facade for native Rust GPUI apps: core, themes, components, icons, tray, packaging, and updater helpers.
docs.rs failed to build liora-0.1.11
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: liora-0.1.8

One-stop public facade for the Liora native GPUI SDK.

Add this crate when an application wants the maintained Liora surface without listing every lower-level crate separately:

[dependencies]
liora = "0.1"
gpui = { version = "0.2.2", default-features = false }

[patch.crates-io]
gpui = { git = "https://github.com/zed-industries/zed", rev = "2c346f60a76fe3f0367ef924927f50a6efdf5718" }

The published crates use Cargo's registry fallback for gpui = 0.2.2, then applications override that fallback with a matching official Zed GPUI git revision. This keeps Liora available through crates.io without coupling the SDK to a community fork or forcing downstream projects onto the stale registry implementation.

The facade keeps each domain available under a stable module name while also re-exporting the most common application setup entry points.