Update to egui version 0.33, also fix weird spacing between inputs
This commit is contained in:
@ -8,7 +8,7 @@ crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
log = "*"
|
||||
eframe = "0.32"
|
||||
eframe = "0.33"
|
||||
anyhow = "1"
|
||||
serde = { version = "1", optional = true }
|
||||
colored = "*"
|
||||
|
||||
Reference in New Issue
Block a user