wallr-core 0.2.5

Core library for wallr — wallpaper engine, animation system, theme provider dispatch, and package management.
Documentation
//! # wallr-core
//!
//! Core library for Wallr — a native, GPU-accelerated Wayland wallpaper engine.

pub mod animated;
pub mod animation;
pub mod cache;
pub mod cli;
pub mod config;
pub mod custom_effects;
pub mod daemon;
pub mod easing;
pub mod ipc;
pub mod packages;
pub mod preview;
pub mod renderer;
pub mod shader;
pub mod theme;
pub mod video;
pub mod wallpaper;