feat: wayland

This commit is contained in:
Nova
2025-07-05 19:51:40 -07:00
parent 7b126557df
commit f4d08dac9c
51 changed files with 3941 additions and 2691 deletions

14
src/wayland/core/mod.rs Normal file
View 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;