wallpaper_rs 0.1.1

Provides an interface for setting and getting desktop wallpaper.
Documentation
[[example]]
name = "get_wallpaper"
[dependencies.enquote]
version = "1.0.3"

[package]
authors = ["vineetred <vineetreddy@live.com>"]
categories = ["api-bindings"]
description = "Provides an interface for setting and getting desktop wallpaper."
edition = "2018"
homepage = "https://github.com/vineetred/flowy"
keywords = ["desktop", "wallpaper", "background"]
license = "GPL-3.0-or-later"
name = "wallpaper_rs"
repository = "https://github.com/vineetred/flowy"
version = "0.1.1"
[target."cfg(target_os = \"linux\")".dependencies.dirs-next]
version = "2.0.0"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["winuser"]
version = "0.3.9"