Skip to content

Commit

Permalink
build(deps): bump egui_extras from 0.29.1 to 0.30.0 (#25)
Browse files Browse the repository at this point in the history
Bumps [egui_extras](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_extras
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 7e80f2d commit 964a35e
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 18 deletions.
96 changes: 79 additions & 17 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.29", default-features = false, features = [
"persistence",
] }
egui = { version = "0.29", default-features = false }
egui_extras = { version = "0.29", default-features = false, features = [
egui_extras = { version = "0.30", default-features = false, features = [
"all_loaders",
"syntect",
] }
Expand Down

0 comments on commit 964a35e

Please sign in to comment.