Cargo Features

wallrnd has no features set by default.

[dependencies]
wallrnd = { version = "1.2.2", features = ["all", "set-wallpaper", "make-png", "nice"] }
all = make-png, nice, set-wallpaper
set-wallpaper all? = wallpaper_rs
make-png all? = resvg, usvg
nice all? = scrummage

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality [may be removed in the future](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

resvg make-png?

Enables resvg 0.11.*

MPL 2.0

usvg make-png?

Enables usvg 0.11.*

MPL 2.0

wallpaper_rs set-wallpaper?

Enables wallpaper_rs

GPL 3.0

scrummage nice?