Skip to content

Commit

Permalink
Update egui_extras requirement from 0.26 to 0.30
Browse files Browse the repository at this point in the history
Updates the requirements on [egui_extras](https://github.com/emilk/egui) to permit the latest version.
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md)
- [Commits](emilk/egui@0.26.0...0.30.0)

---
updated-dependencies:
- dependency-name: egui_extras
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent cafe8bb commit 0008a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/spectator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ clap = { version = "4.1.7", features = ["derive"] }
dashmap = { version = "6.0", features = ["serde"], optional = true }
eframe = { version = "0.26", features = ["ron", "persistence"], optional = true }
egui_dock = { version = "0.11", optional = true }
egui_extras = { version = "0.26", optional = true }
egui_extras = { version = "0.30", optional = true }
egui_plot = { version = "0.26", optional = true }
itertools = { version = "0.13", optional = true }
rmp-serde = "1.1.1"
Expand Down

0 comments on commit 0008a7a

Please sign in to comment.