Skip to content

Commit

Permalink
Update egui_file requirement from 0.14.1 to 0.16.2
Browse files Browse the repository at this point in the history
Updates the requirements on [egui_file](https://github.com/Barugon/egui_file) to permit the latest version.
- [Release notes](https://github.com/Barugon/egui_file/releases)
- [Commits](Barugon/egui_file@v0.14.1...v0.16.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 19a64b0 commit cfbb3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ eframe = { version = "0.25", features = [
], default-features = false }
egui = { version = "0.25", features = ["log", "color-hex"] }
egui-wgpu = { version = "0.25" }
egui_file = "0.14.1"
egui_file = "0.16.2"
egui_extras = { version = "0.25", features = ["svg", "image"] }
color-hex = "0.2.0"

Expand Down

0 comments on commit cfbb3ff

Please sign in to comment.