Skip to content

Commit

Permalink
build(deps): bump egui from 0.29.1 to 0.30.0
Browse files Browse the repository at this point in the history
Bumps [egui](https://github.com/emilk/egui) from 0.29.1 to 0.30.0.
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md)
- [Commits](emilk/egui@0.29.1...0.30.0)

---
updated-dependencies:
- dependency-name: egui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 883d29a commit 37a88c0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 56 deletions.
69 changes: 14 additions & 55 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/space_robotics_bench_gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ eframe = { version = "0.30", default-features = false, features = [
"glow",
"persistence",
] }
egui = { version = "0.29", default-features = false }
egui = { version = "0.30", default-features = false }
egui_extras = { version = "0.30", default-features = false, features = [
"all_loaders",
"syntect",
Expand Down

0 comments on commit 37a88c0

Please sign in to comment.