some more UI
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user