//! X11 Overlay Library
//!
//! A Rust library for creating animated overlay graphics on X11 systems.
//!
//! This library provides a framework for creating overlay graphics with advanced
//! animation capabilities, including various easing functions, timeline management,
//! and component-based UI elements.
// Allow unused code in library API
// Re-export commonly used types
pub use ;
pub use Color;
pub use Rectangle;
pub use ;