From b01f3609d469db31878d32fdedf6848740215771 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 d909ec3a2..c395950f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,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 7e1c392c6..486996a05 160000 --- a/libs/hbb_common +++ b/libs/hbb_common @@ -1 +1 @@ -Subproject commit 7e1c392c62d39c364127307cd408421dd5f8cfb0 +Subproject commit 486996a0502674352178e9e930301fdf5142f4f5