mirror of https://github.com/ikatson/rqbit
See https://github.com/serde-rs/serde/pull/2588 for more details. This speeds up compilation of workspace (excluding `rqbit-desktop`) from 76.3s to 71.4s. (Tested with cranelift on workspace members + mold) |
||
|---|---|---|
| .. | ||
| .vscode | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| README.md | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
README.md
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