progression

This commit is contained in:
Bel LaPointe
2023-12-27 21:53:08 -05:00
parent f3b960c2f5
commit 49d811fc65
3 changed files with 74 additions and 5 deletions

12
src/Cargo.lock generated
View File

@@ -89,6 +89,12 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "base64"
version = "0.21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
[[package]]
name = "bitflags"
version = "2.4.1"
@@ -696,6 +702,10 @@ dependencies = [
"unicode-segmentation",
]
[[package]]
name = "lib"
version = "0.1.0"
[[package]]
name = "libc"
version = "0.2.151"
@@ -1065,8 +1075,10 @@ dependencies = [
name = "src"
version = "0.1.0"
dependencies = [
"base64",
"dioxus",
"dioxus-web",
"lib",
"rfd",
]