Files
strudel/src-tauri
2023-10-02 08:35:41 +02:00
..
2023-06-26 13:13:22 +04:00
2023-10-01 19:45:44 -04:00
2023-06-23 21:06:10 +04:00
2023-06-23 21:06:10 +04:00
2023-09-21 22:57:05 -04:00
2023-09-21 22:57:05 -04:00
2023-10-02 08:35:41 +02:00

@strudel.cycles/tauri

Rust source files for building native desktop apps using Tauri

Usage

  • Install Rust on your system.
  • Install cmake on your system. OSX: brew install cmake, Linux: sudo apt-get install cmake

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