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

2
src/wayland/mod.rs Normal file
View file

@ -0,0 +1,2 @@
// SPDX-License-Identifier: GPL-3.0-only
pub mod drm;