mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 09:31:29 +03:00
feat: cursor, linux, Xwayland (#12859)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -16,6 +16,8 @@ mod win_linux;
|
||||
use windows::create_event_loop;
|
||||
#[cfg(target_os = "macos")]
|
||||
use macos::create_event_loop;
|
||||
#[cfg(target_os = "linux")]
|
||||
pub use linux::is_supported;
|
||||
|
||||
pub use client::*;
|
||||
pub use server::*;
|
||||
|
||||
Reference in New Issue
Block a user