diff --git a/demos/painting-client/Cargo.toml b/demos/painting-client/Cargo.toml index 94f161f..055c6cc 100644 --- a/demos/painting-client/Cargo.toml +++ b/demos/painting-client/Cargo.toml @@ -9,5 +9,5 @@ publish = false bevy = { workspace = true, default-features = true } bevy-rtc = { path = "../../bevy-rtc", features = ["client"] } protocol = { path = "../protocol" } -bevy_egui = "0.24" +bevy_egui = "0.25" log = { version = "0.4", default-features = false }