docs.rs failed to build liora-components-0.2.5
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-components-0.1.8
Liora Components
Native GPUI component library for desktop Rust applications.
What it provides
It provides reusable controls such as Button, Input, Select, Table, Grid, Shell, Sidebar, TitleBar, charts, overlays, menus, text primitives, and virtualized data views. Components are native Rust + GPUI, not WebView/Tauri/HTML runtime widgets.
Quick example
use ;
Recommended usage
- Prefer the top-level
lioracrate for ordinary applications. - Depend on
liora-componentsdirectly when you need fine-grained dependency control or are building another Liora crate. - Keep application UI pure Rust + native GPUI; Liora crates do not require WebView, Tauri, HTML, CSS, or DOM runtime paths.
GPUI dependency note
Liora is developed against the official zed-industries/zed GPUI source. When building an application, follow the repository README for the exact GPUI git revision and patching guidance. Do not use unofficial GPUI forks unless the application owner explicitly accepts that risk.
Documentation
- Repository: https://github.com/yhyzgn/liora
- Main README: https://github.com/yhyzgn/liora#readme
- Chinese README: https://github.com/yhyzgn/liora/blob/main/README.zh-CN.md
License
This crate uses the repository license declared in LICENSE.md.