Steps taken: 1. install tauri via cargo install tauri-cli 2. see errors when running cargo tauri build 3. run cargo tauri migrate as recommended by docs https://tauri.app/start/migrate/from-tauri-1/ 4. manually fix some .ts includes as recommeneded by docs https://tauri.app/start/migrate/from-tauri-1/#migrate-to-core-module 5. successfully build using cargo tauri build |
||
|---|---|---|
| .. | ||
| .vscode | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
rqbit GUI Application
This is a thin tauri wrapper for the web ui of rqbit.
Recommended IDE Setup
Dependencies
- Tauri CLI.
cargo install tauri-cli
- Nodejs and NPM
How to build GUI
-
Go to
rqbit/crates/librqbit/webuinpm install npm run build -
Go to
rqbit/desktopnpm install cargo tauri dev