Add linux-drm-syncobj-v1 protocol

This commit is contained in:
Ian Douglas Scott 2024-06-26 14:39:03 -07:00 committed by Victoria Brekenfeld
parent 005093b622
commit 9dddead15d
4 changed files with 73 additions and 1 deletions

View file

@ -10,6 +10,7 @@ pub mod decoration;
pub mod dmabuf;
pub mod drm;
pub mod drm_lease;
pub mod drm_syncobj;
pub mod foreign_toplevel_list;
pub mod fractional_scale;
pub mod idle_inhibit;