Skip to content

Commit

Permalink
Bump egui_plot from 0.29.0 to 0.30.0
Browse files Browse the repository at this point in the history
Bumps [egui_plot](https://github.com/emilk/egui_plot) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/emilk/egui_plot/releases)
- [Changelog](https://github.com/emilk/egui_plot/blob/main/CHANGELOG.md)
- [Commits](emilk/egui_plot@0.29.0...0.30.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 3654755 commit 45f60c9
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 13 deletions.
67 changes: 55 additions & 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ bevy_meshem = { git = "https://github.com/TheFelidae/Meshem.git", rev = "0bc7f88
rayon = "1.5.1"
bevy_egui = "0.31.1"
egui = "*"
egui_plot = "0.29"
egui_plot = "0.30"
egui_dock = "0.14"
humantime = "2.1"

0 comments on commit 45f60c9

Please sign in to comment.