diff --git a/Cargo.toml b/Cargo.toml index 28527b0..903fcb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["frontend"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -egui = "0.22.0" +egui = "0.29.0" # You only need serde if you want app persistence: serde = { version = "1", features = ["derive"] } rand = "0.8.5"