Fix VideoTile bug and improve screen sharing

This commit is contained in:
srtk 2026-02-08 23:26:14 +05:30
parent f93f2efd28
commit bb3fc6c891
7 changed files with 187 additions and 19 deletions

8
shared/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "shared"
version = "0.1.0"
edition = "2024"
[dependencies]
bincode = "1.3.3"
serde = { version = "1.0.228", features = ["derive"] }