Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent a28d790 commit 95fbfd0
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 @@ -17,7 +17,7 @@ pretty_env_logger = { workspace = true }
egui-toast = "0.14"
eframe = { version = "0.28" }
egui = { version = "0.28" }
egui_extras = { version = "0.28", features = ["datepicker", "http", "image"] }
egui_extras = { version = "0.29", features = ["datepicker", "http", "image"] }
catppuccin-egui = { version = "5.1", default-features = false, features = [
"egui28",
] }
Expand Down

0 comments on commit 95fbfd0

Please sign in to comment.