dioxus stuff

This commit is contained in:
2024-05-21 21:13:19 -04:00
parent a04238dbcd
commit 7fb6e95c79
8 changed files with 2641 additions and 28 deletions
+3 -4
View File
@@ -3,11 +3,10 @@ name = "mumble-webtransport"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dioxus = { version = "0.5.1", features = ["web"] }
dioxus-web = "0.5.1"
manganis = "0.2.2"
serde-wasm-bindgen = "0.6.5"
serde_json = "1.0.117"
wasm-bindgen = "0.2.92"