work
This commit is contained in:
parent
b3a96ed3e3
commit
ca24591d9d
12 changed files with 177 additions and 105 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -378,6 +378,7 @@ dependencies = [
|
|||
"bardecoder",
|
||||
"base64",
|
||||
"dioxus",
|
||||
"dioxus-material-icons",
|
||||
"dioxus-sdk",
|
||||
"gloo-timers",
|
||||
"image",
|
||||
|
@ -1194,6 +1195,15 @@ dependencies = [
|
|||
"tracing-wasm",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dioxus-material-icons"
|
||||
version = "3.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ccf38d89d3100bb3dbe38c7c08eef9d87fb81fcec49a4e33ead63fdcf4e67f01"
|
||||
dependencies = [
|
||||
"dioxus",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dioxus-mobile"
|
||||
version = "0.6.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue