[go: up one dir, main page]

wayland-client 0.5.11

Bindings to the standard C implementation of the wayland protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(dead_code,non_camel_case_types,unused_unsafe,unused_variables)]
#![allow(non_upper_case_globals,non_snake_case)]

pub mod interfaces {
    include!(concat!(env!("OUT_DIR"), "/wayland_interfaces.rs"));
}

pub mod client {
    include!(concat!(env!("OUT_DIR"), "/wayland_client_api.rs"));
}