Update to egui version 0.33, also fix weird spacing between inputs

This commit is contained in:
elvis
2025-10-29 18:11:48 +01:00
parent 284f136409
commit cce3b5a7a0
6 changed files with 84 additions and 97 deletions

View File

@ -8,7 +8,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
log = "*"
eframe = "0.32"
eframe = "0.33"
anyhow = "1"
serde = { version = "1", optional = true }
colored = "*"