Skip to content

Commit

Permalink
Update egui requirement from 0.29 to 0.30
Browse files Browse the repository at this point in the history
Updates the requirements on [egui](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.29.0...0.30.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 8b8bb8d commit a20c137
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 @@ -16,7 +16,7 @@ log = { workspace = true }
bytes = { workspace = true }
pretty_env_logger = { workspace = true }
eframe = { version = "0.29" }
egui = { version = "0.29" }
egui = { version = "0.30" }
egui_extras = { version = "0.29", features = ["datepicker", "http", "image"] }
rfd = { version = "0.15.0" }
egui_logger = "0.6.1"
Expand Down

0 comments on commit a20c137

Please sign in to comment.