strudel/src-tauri
Jade (Rose) Rowland 94ccfa631e offset calc
2024-08-08 17:25:45 -04:00
..
icons fix tauri icons 2023-06-26 13:13:22 +04:00
src offset calc 2024-08-08 17:25:45 -04:00
.gitignore init 2023-06-23 21:06:10 +04:00
build.rs init 2023-06-23 21:06:10 +04:00
Cargo.lock fix: share copy to clipboard + alert 2023-11-02 08:29:27 +01:00
Cargo.toml fix: share copy to clipboard + alert 2023-11-02 08:29:27 +01:00
README.md the big rename: @strudel.cycles/* -> @strudel/* 2024-01-18 09:54:37 +01:00
tauri.conf.json update to astro 3 2023-11-02 09:13:29 +01:00

@strudel/tauri

Rust source files for building native desktop apps using Tauri

Usage

Install Rust on your system.

From the project root:

  • install Strudel dependencies
pnpm i
  • to run Strudel for development
pnpm tauri dev
  • to build the binary and installer/bundle
pnpm tauri build

The binary and installer can be found in the 'src-tauri/target/release/bundle' directory