try out wayland

This commit is contained in:
rustdesk
2021-07-23 17:52:38 +08:00
parent d83163b6a0
commit c15c44788c
12 changed files with 972 additions and 3 deletions

View File

@@ -14,6 +14,9 @@ pub mod quartz;
#[cfg(x11)]
pub mod x11;
#[cfg(all(x11, feature="wayland"))]
pub mod wayland;
#[cfg(dxgi)]
pub mod dxgi;