1//! Platform-specific API helpers.
2
3#[cfg(x11_platform)]
4pub mod x11;
5