Skip to content

Commit

Permalink
Update eframe requirement from 0.26 to 0.28
Browse files Browse the repository at this point in the history
Updates the requirements on [eframe](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.28.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent be2444e commit 0cce977
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 @@ -20,7 +20,7 @@ argmin = { version = "0.10.0", path = "../argmin", default-features = false, fea
bytes = "1.4.0"
clap = { version = "4.1.7", features = ["derive"] }
dashmap = { version = "6.0", features = ["serde"], optional = true }
eframe = { version = "0.26", features = ["ron", "persistence"], optional = true }
eframe = { version = "0.28", features = ["ron", "persistence"], optional = true }
egui_dock = { version = "0.11", optional = true }
egui_extras = { version = "0.26", optional = true }
egui_plot = { version = "0.26", optional = true }
Expand Down

0 comments on commit 0cce977

Please sign in to comment.