Skip to content

Commit

Permalink
fix(deps): update rust crate egui to 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 55bf1c8 commit 7e69e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/runtime/debug-ui/egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
anyhow = "1"
egui = "0.29"
egui = "0.30"
egui-winit = "0.29"
egui-wgpu = { version = "0.29", features = ["winit"] }
winit = "0.30"
Expand Down

0 comments on commit 7e69e13

Please sign in to comment.