more-wallpapers 0.4.0

crossplatform library to set desktop wallpaper per screen
Documentation
1
2
3
4
5
6
fn main() {
	// Enable "nightly" cfg if the current compiler is nightly.
	if rustc_version::version_meta().unwrap().channel == rustc_version::Channel::Nightly {
		println!("cargo:rustc-cfg=nightly");
	}
}