strudel/src-tauri
2023-09-09 01:27:49 -04:00
..
icons fix tauri icons 2023-06-26 13:13:22 +04:00
src its working 2023-09-09 01:27:49 -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 setting up 2023-09-03 13:23:13 -04:00
Cargo.toml setting up 2023-09-03 13:23:13 -04:00
README.md add README 2023-06-24 02:34:02 +04:00
tauri.conf.json feat: can now load disk samples via samples 2023-06-29 10:47:20 +02:00

@strudel.cycles/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