Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent f3013a0 commit e007348
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 17 deletions.
106 changes: 90 additions & 16 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 @@ -26,7 +26,7 @@ eframe = { version = "0.30", default-features = false, features = [
"persistence",
] }
egui = { version = "0.30", default-features = false }
egui_extras = { version = "0.30", default-features = false, features = [
egui_extras = { version = "0.31", default-features = false, features = [
"all_loaders",
"syntect",
] }
Expand Down

0 comments on commit e007348

Please sign in to comment.