Skip to content

Commit 838a46a

Browse files
Update egui requirement from >=0.24, <=0.27 to >=0.24, <=0.31
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.24.0...0.31.1) --- updated-dependencies: - dependency-name: egui dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 507451d commit 838a46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ presser = { version = "0.3" }
3030
# such as the ability to link/load a Vulkan library.
3131
ash = { version = "0.38", optional = true, default-features = false, features = ["debug"] }
3232
# Only needed for visualizer.
33-
egui = { version = ">=0.24, <=0.27", optional = true, default-features = false }
33+
egui = { version = ">=0.24, <=0.31", optional = true, default-features = false }
3434
egui_extras = { version = ">=0.24, <=0.27", optional = true, default-features = false }
3535

3636
[target.'cfg(target_vendor = "apple")'.dependencies]

0 commit comments

Comments
 (0)