smithay 0.7.0

Smithay is a library for writing wayland compositors.
Documentation
1
2
3
4
5
6
7
8
9
//! 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::*;