gdkx11 0.16.0

Rust bindings for the GDK X11 library
Documentation
// Take a look at the license at the top of the repository in the LICENSE file.

#![cfg_attr(feature = "dox", feature(doc_cfg))]
#![allow(clippy::upper_case_acronyms)]
#![doc = include_str!("../README.md")]

pub use ffi;
pub use gdk;
pub use gio;
pub use glib;
pub use x11;

#[macro_use]
mod rt;
#[allow(unused_imports)]
mod auto;

pub mod builders;

pub use crate::auto::*;