| Crates.io | linch_tech_desktop_core |
| lib.rs | linch_tech_desktop_core |
| version | 0.2.0 |
| created_at | 2026-01-08 05:53:14.119333+00 |
| updated_at | 2026-01-14 08:34:41.30886+00 |
| description | Linch Desktop Core - Tauri extension library |
| homepage | |
| repository | https://github.com/laofahai/linch-desktop-core |
| max_upload_size | |
| id | 2029619 |
| size | 170,640 |
Tauri v2 extension library for Linch Desktop applications.
Add to your Cargo.toml:
[dependencies]
linch_tech_desktop_core = "0.1"
In your Tauri app's lib.rs:
use linch_tech_desktop_core::run;
#[cfg_attr(mobile, tauri::mobile_entry_point)]
pub fn main() {
run();
}
MIT