Skip to content

Commit

Permalink
Update eframe requirement from 0.28 to 0.29
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.28.0...0.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent a28d790 commit 86dde62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anise-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log = { workspace = true }
bytes = { workspace = true }
pretty_env_logger = { workspace = true }
egui-toast = "0.14"
eframe = { version = "0.28" }
eframe = { version = "0.29" }
egui = { version = "0.28" }
egui_extras = { version = "0.28", features = ["datepicker", "http", "image"] }
catppuccin-egui = { version = "5.1", default-features = false, features = [
Expand Down

0 comments on commit 86dde62

Please sign in to comment.