mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-18 07:43:01 +08:00
linux_wayland_support: build linux
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
aae6e2b16b
commit
05b264c968
0
DEBIAN/postinst
Normal file → Executable file
0
DEBIAN/postinst
Normal file → Executable file
0
DEBIAN/postrm
Normal file → Executable file
0
DEBIAN/postrm
Normal file → Executable file
0
DEBIAN/preinst
Normal file → Executable file
0
DEBIAN/preinst
Normal file → Executable file
0
DEBIAN/prerm
Normal file → Executable file
0
DEBIAN/prerm
Normal file → Executable file
@ -2,7 +2,7 @@ use crate::common::{
|
||||
wayland,
|
||||
x11::{self, Frame},
|
||||
};
|
||||
use std::io;
|
||||
use std::{io, time::Duration};
|
||||
|
||||
pub enum Capturer {
|
||||
X11(x11::Capturer),
|
||||
|
Loading…
Reference in New Issue
Block a user