Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 408 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 408 Bytes

rust-wallpaper

A cross-platform wallpaper changer for macOS and Windows.
This application is the practice project of macOS / Windows (and others?) Platform Dependent Programming in Rust.

Build

# build
$ cargo build --release
# debug execution
$ cargo run

Usage

# In macOS
$ rust-wallpaper /path/to/wallpaper.png

# In Windows
$ rust-wallpaper /c/path/to/wallpaper.png