wayland: add wl_drm protocol

This commit is contained in:
Victoria Brekenfeld 2022-03-16 20:19:12 +01:00
parent 7c014af495
commit 749a032507
7 changed files with 320 additions and 1 deletions

View file

@ -14,6 +14,7 @@ mod logger;
pub mod shell;
pub mod state;
pub mod utils;
pub mod wayland;
#[cfg(feature = "debug")]
pub mod debug;