Skip to content

Commit 39ead06

Browse files
Update egui requirement from >=0.24, <=0.27 to >=0.24, <=0.32
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/main/CHANGELOG.md) - [Commits](emilk/egui@0.24.0...0.32.1) --- updated-dependencies: - dependency-name: egui dependency-version: 0.32.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 673e4ec commit 39ead06

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", default-features = false }
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.32", optional = true, default-features = false }
3434
egui_extras = { version = ">=0.24, <=0.27", optional = true, default-features = false }
3535
hashbrown = { version = "0.15.2", optional = true }
3636

0 commit comments

Comments
 (0)