Desktop App to change the wallpaper with a wide range of wallpapers rendered from wallheaven API.
- Rust
- Node-NPM
- After cloning run
npm install
- Move to
src-tauri
dir and run
cargo build
- Move back to root folder and run this command to make the local server runnning...
npm run tauri dev
- To build the app run
npm run tauri build