Expand description
Bevy Live Wallpaper
A Bevy plugin that renders your scene as the desktop wallpaper on Wayland,
X11, and Windows. Pick the matching backend feature (wayland or x11) on
Linux/BSD; Windows works with defaults.
Re-exports§
pub use plugin::LinuxBackend;pub use plugin::LiveWallpaperPlugin;pub use plugin::WallpaperDisplayMode;pub use camera::LiveWallpaperCamera;pub use input::PointerButton;pub use input::PointerSample;pub use input::WallpaperPointerState;pub use surface_info::WallpaperSurfaceInfo;pub use target_monitor::WallpaperTargetMonitor;