Tauri v2 extension library for Linch Desktop applications.
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
linch_tech_desktop_core = "0.1"
```
In your Tauri app's `lib.rs`:
```rust
use linch_tech_desktop_core::run;
pub fn main() {
}
```
MIT