mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-11 01:25:20 +02:00
Update eframe requirement from 0.24 to 0.25 (#33)
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](https://github.com/emilk/egui/compare/0.24.0...0.25.0) --- updated-dependencies: - dependency-name: eframe dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ sevenz-rust = "0.5"
|
||||
chrono = "0.4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
eframe = "0.24"
|
||||
eframe = "0.25"
|
||||
rfd = {version = "0.12", default-features = false, features = ["xdg-portal"] }
|
||||
sha2 = "0.10"
|
||||
rusttype = "0.9"
|
||||
|
||||
Reference in New Issue
Block a user