diff --git a/demos/painting_client/Cargo.toml b/demos/painting_client/Cargo.toml index 40efaa1..1e85410 100644 --- a/demos/painting_client/Cargo.toml +++ b/demos/painting_client/Cargo.toml @@ -9,7 +9,7 @@ publish = false bevy = { workspace = true, default-features = true } bevy_rtc = { path = "../../bevy_rtc", features = ["client"] } protocol = { path = "../protocol" } -bevy_egui = "0.25" +bevy_egui = "0.27" log = { version = "0.4", default-features = false } ## FIXME: Remove this after https://github.com/bevyengine/bevy/issues/11052