Skip to content

Commit

Permalink
fix(deps): update rust crate egui to 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent 17dc6e0 commit 9db8f91
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.31"
egui-winit = "0.29"
egui-wgpu = { version = "0.29", features = ["winit"] }
winit = "0.30"
Expand Down

0 comments on commit 9db8f91

Please sign in to comment.