safex11/src/xrender/mod.rs
2020-06-30 16:04:13 -05:00

4 lines
115 B
Rust

//! An extension that deals with rendering and compositing images with other
//! drawing primitives.
mod picture;