chore: Progress on rolling progress window

This commit is contained in:
quexeky
2025-01-19 08:41:20 +11:00
parent 5f5cbd07c6
commit cf19477d4d
8 changed files with 74 additions and 60 deletions

7
src-tauri/Cargo.lock generated
View File

@ -255,6 +255,12 @@ dependencies = [
"system-deps",
]
[[package]]
name = "atomic-instant-full"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db6541700e074cda41b1c6f98c2cae6cde819967bf142078f069cad85387cdbe"
[[package]]
name = "atomic-waker"
version = "1.1.2"
@ -1033,6 +1039,7 @@ dependencies = [
name = "drop-app"
version = "0.1.0"
dependencies = [
"atomic-instant-full",
"boxcar",
"chrono",
"derive_builder",