wayland-headers 0.2.0+wayland-1.18.0-protocols-1.20

Minimalist Rust FFI bindings for Wayland
Documentation
1
2
3
4
5
6
use crate::prelude::*;

pub const WAYLAND_VERSION_MAJOR: c_int = 1;
pub const WAYLAND_VERSION_MINOR: c_int = 18;
pub const WAYLAND_VERSION_MICRO: c_int = 0;
pub const WAYLAND_VERSION: &CStr = c"1.18.0";