vdi: new message loop

This commit is contained in:
rustdesk
2023-03-22 16:50:59 +08:00
parent bbc6c98775
commit 3d5e8e0276
5 changed files with 88 additions and 127 deletions

View File

@@ -9,6 +9,5 @@ qemu-display = { git = "https://github.com/rustdesk/qemu-display" }
hbb_common = { path = "../../libs/hbb_common" }
clap = { version = "4.1", features = ["derive"] }
zbus = { version = "3.0" }
derivative = "2.2"
image = "0.24"
async-trait = "0.1"