some more UI

This commit is contained in:
Rph :3
2025-04-18 00:15:28 +02:00
parent 165a9fc139
commit 4d6e23980e
8 changed files with 413 additions and 25 deletions

View File

@@ -24,6 +24,18 @@ egui-modal = { path = "./egui-modal" }
chrono-humanize = "0.2.3"
chrono = "0.4.40"
egui_extras = "0.31.1"
image = { version = "0.25.6", default-features = false, features = ["gif", "jpeg", "png", "webp", "bmp"] }
[workspace]
members = ["egui-modal"]
[profile.special]
inherits = "release"
opt-level = 3
strip = true
lto = "fat"
debug-assertions = false
overflow-checks = false
panic = "abort"
incremental = false
debug = false