linch_tech_desktop_core

Crates.iolinch_tech_desktop_core
lib.rslinch_tech_desktop_core
version0.2.0
created_at2026-01-08 05:53:14.119333+00
updated_at2026-01-14 08:34:41.30886+00
descriptionLinch Desktop Core - Tauri extension library
homepage
repositoryhttps://github.com/laofahai/linch-desktop-core
max_upload_size
id2029619
size170,640
Ian.Y (laofahai)

documentation

README

linch_tech_desktop_core

Tauri v2 extension library for Linch Desktop applications.

Features

  • Tauri plugin integrations (fs, dialog, shell, sql, updater, process, opener)
  • Sentry error tracking support
  • Common utilities for desktop apps

Usage

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();
}

License

MIT

Commit count: 81

cargo fmt