acquire key

This commit is contained in:
Rph :3
2025-04-15 18:08:34 +02:00
parent 762d481707
commit 772f1c634c
9 changed files with 395 additions and 285 deletions

View File

@@ -8,8 +8,15 @@ egui = "0.31.1"
eframe = "0.31.1"
env_logger = "0.11.8"
anyhow = "1.0.97"
mundy = "0.1.8"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
registry = "1.3.0"
dirs = "6.0.0"
keyvalues-parser = "0.2.0"
crossbeam-channel = "0.5.14"
rfd = { version = "0.15.3", features = ["xdg-portal"] }
regex = "1.11.1"
sha2 = "0.10.8"
hex = "0.4.3"
egui_alignments = "0.3.4"