🔒 Repository is read-only – file editing is disabled.

PaganDE/smithay-0.7.0/src/backend/renderer/element/utils/mod.rs main

9 linii Raw ← Powrót
123456789
//! Utilities and helpers around the `Element` trait.

mod elements;
#[cfg(feature = "wayland_frontend")]
mod wayland;

pub use elements::*;
#[cfg(feature = "wayland_frontend")]
pub use wayland::*;