This app written via Rust that fetch a random image from Unsplash API and apply it as wallpaper on Windows.
- Create .env file at the root of project with your Unsplash API Access Key:
UNSPLASH_ACCESS_KEY=your_access_key
Run one of following commands on your terminal for build or run the source.
cargo build
-> Build debug mode.cargo build --release
-> Build optimized release mode.cargo run
orcargo run --release
for build & run.