initial x11 support

This commit is contained in:
Ferdinand Schober
2023-02-12 22:15:19 +01:00
parent b20100b28e
commit 20cf6d450a
6 changed files with 60 additions and 0 deletions

2
src/backend/x11.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod consumer;
pub mod producer;