Refactored Progress Bar
Build Library / Build Library (push) Successful in 5m54s

Refactored Progress Bar to remove multiprogress bar and only draw one instance. #36 is still open and not fixed with this push, but I believe this is the way to fix the issue.
Also implemented an Arc Mutex on the progress bar so it can be controlled via different threads.
This commit is contained in:
brotoskyj
2025-12-05 17:19:40 -05:00
parent 154a7efcc8
commit 0ac3b54d89
6 changed files with 28 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "airlock_libs"
version = "5.1.2"
version = "5.2.0"
edition = "2024"
[lib]