docs.rs failed to build liora-0.1.9
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.
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:
[]
= "0.1"
= { = "0.2.2", = false }
[]
= { = "https://github.com/zed-industries/zed", = "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.