safex11/src/xrender/mod.rs

5 lines
115 B
Rust
Raw Normal View History

2020-06-30 20:56:26 +00:00
//! An extension that deals with rendering and compositing images with other
//! drawing primitives.
2020-06-28 09:43:22 +00:00
mod picture;