feat: wayland
This commit is contained in:
14
src/wayland/core/mod.rs
Normal file
14
src/wayland/core/mod.rs
Normal file
@@ -0,0 +1,14 @@
|
||||
pub mod buffer;
|
||||
pub mod callback;
|
||||
pub mod compositor;
|
||||
pub mod display;
|
||||
pub mod keyboard;
|
||||
pub mod output;
|
||||
pub mod pointer;
|
||||
pub mod registry;
|
||||
pub mod seat;
|
||||
pub mod shm;
|
||||
pub mod shm_buffer_backing;
|
||||
pub mod shm_pool;
|
||||
pub mod surface;
|
||||
pub mod touch;
|
||||
Reference in New Issue
Block a user