feat: generate room name, link & QR code
This commit is contained in:
parent
c46d26ae02
commit
04369ea28e
7 changed files with 350 additions and 53 deletions
|
|
@ -18,6 +18,7 @@ serde_json = "1"
|
|||
futures = "0.3"
|
||||
rand = "0.9"
|
||||
gloo-storage = "0.3"
|
||||
qrcodegen = "1.8"
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
wasm-bindgen = "0.2"
|
||||
|
|
@ -38,4 +39,7 @@ web-sys = { version = "0.3", features = [
|
|||
"OscillatorType",
|
||||
"BaseAudioContext",
|
||||
"HtmlAudioElement",
|
||||
"Clipboard",
|
||||
"Navigator",
|
||||
"Location",
|
||||
] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue