Maraiah/source/tycho/interfaces.rs

10 lines
131 B
Rust

//! Interfaces to the system.
pub mod cairo;
pub mod editor;
pub mod glib;
pub use self::{cairo::*, editor::*, glib::*};
// EOF