Skip to content

Commit e8ea257

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

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
@@ -31,7 +31,7 @@ presser = { version = "0.3", default-features = false }
3131
ash = { version = "0.38", optional = true, default-features = false, features = ["debug"] }
3232
# Only needed for visualizer.
3333
egui = { version = ">=0.24, <=0.27", optional = true, default-features = false }
34-
egui_extras = { version = ">=0.24, <=0.27", optional = true, default-features = false }
34+
egui_extras = { version = ">=0.24, <=0.33", optional = true, default-features = false }
3535
hashbrown = { version = "0.16.0", optional = true }
3636

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

0 commit comments

Comments
 (0)