app: Swap to using dioxus instead of yew
This commit is contained in:
parent
02a4187c39
commit
c80cc99255
29 changed files with 3558 additions and 3639 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "app"
|
||||
name = "dioxus_app"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
|
@ -9,17 +9,15 @@ edition = "2021"
|
|||
anyhow = "1.0.71"
|
||||
api = { version = "0.1.0", path = "../api" }
|
||||
console_log = { version = "1.0.0", features = ["color"] }
|
||||
gloo-net = "0.2.6"
|
||||
dioxus = "0.3.2"
|
||||
dioxus-class = "0.3.0"
|
||||
dioxus-router = { version = "0.3.0", features = ["web"] }
|
||||
dioxus-web = "0.3.2"
|
||||
gloo-net = { version = "0.3.0", features = ["json"] }
|
||||
gloo-storage = "0.2.2"
|
||||
gloo-utils = "0.1.6"
|
||||
im = "15.1.0"
|
||||
itertools = "0.10.5"
|
||||
log = "0.4.17"
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
uuid = "1.3.3"
|
||||
wasm-bindgen = "0.2.86"
|
||||
wasm-bindgen-futures = "0.4.36"
|
||||
web-sys = "0.3.63"
|
||||
yew = { version = "0.20.0", features = ["csr"] }
|
||||
yew-router = "0.17.0"
|
||||
gloo-utils = "0.1.7"
|
||||
itertools = "0.11.0"
|
||||
log = "0.4.19"
|
||||
serde = { version = "1.0.164", features = ["derive"] }
|
||||
uuid = "1.4.0"
|
||||
wasm-bindgen = "0.2.87"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue