Rework the demo

Doing this quick commit to test that in my Mac
This commit is contained in:
Théo Monnom
2022-12-07 01:52:36 +01:00
parent 57adc07363
commit da91efd3a5
7 changed files with 433 additions and 185 deletions
+9
View File
@@ -0,0 +1,9 @@
#[derive(Debug)]
pub enum AsyncCmd {
RoomConnect { url: String, token: String },
}
#[derive(Debug)]
pub enum UiCmd {
ConnectResult,
}