From 3d6b06e854523afe33d4263f4db4093032476b00 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sun, 17 May 2026 15:15:12 +0800 Subject: [PATCH] feat: add rendezvous WebRTC signaling fields --- Cargo.toml | 2 +- libs/hbb_common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fa22dcd7b..e0f78c29a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ screencapturekit = ["cpal/screencapturekit"] [dependencies] async-trait = "0.1" scrap = { path = "libs/scrap", features = ["wayland"] } -hbb_common = { path = "libs/hbb_common" } +hbb_common = { path = "libs/hbb_common", features = ["webrtc"] } serde_derive = "1.0" serde = "1.0" serde_json = "1.0" diff --git a/libs/hbb_common b/libs/hbb_common index c8cbb6be2..fb4db58b9 160000 --- a/libs/hbb_common +++ b/libs/hbb_common @@ -1 +1 @@ -Subproject commit c8cbb6be283e9215da87625016fe8838dda76c02 +Subproject commit fb4db58b93dc44547d4d59a331c050136bc8c4c9