experimental: ex_workspace protocol

This commit is contained in:
Victoria Brekenfeld 2022-04-27 21:32:48 +02:00
parent 31741c1be7
commit cf6b372e23
4 changed files with 340 additions and 0 deletions

View file

@ -1,3 +1,6 @@
// SPDX-License-Identifier: GPL-3.0-only
mod drm;
pub use drm::*;
mod workspace;
pub use workspace::*;