tauri-plugin-wallpaper 2.0.2

A Tauri plugin to set your window as wallpaper behind desktop icons
Documentation
1
2
3
4
5
const COMMANDS: &[&str] = &["attach", "detach", "reset"];

fn main() {
    tauri_plugin::Builder::new(COMMANDS).build();
}