Implemented and added usage of eventbus. Added a lot of UI interaction. Added a lot of DB work.

This commit is contained in:
Revertron
2021-01-30 14:18:37 +01:00
parent 9e6a01847e
commit 562c004b0d
13 changed files with 385 additions and 71 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ base64 = "0.11.0"
chrono = "0.4.9"
rand = "0.7.2"
sqlite = "0.25.3"
eventbus = "0.5.1"
uuid = { version = "0.8.2", features = ["serde", "v4"] }
[build-dependencies]
winres = "0.1"