Skip to content

Commit ff94bd7

Browse files
chore(deps): update eframe requirement from 0.34 to 0.35
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/main/CHANGELOG.md) - [Commits](emilk/egui@0.34.0...0.35.0) --- updated-dependencies: - dependency-name: eframe dependency-version: 0.35.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 744cf43 commit ff94bd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ futures-util = { version = "0.3", default-features = false }
9393
winit = "0.30"
9494
raw-window-handle = "0.6"
9595
criterion = { version = "0.8", features = ["html_reports"] }
96-
eframe = "0.34"
96+
eframe = "0.35"
9797
wgpu = "29"
9898
pollster = "0.4"
9999
bevy = { version = "0.19", default-features = false, features = ["bevy_asset", "bevy_winit", "bevy_render", "bevy_sprite", "bevy_core_pipeline", "x11"] }

0 commit comments

Comments
 (0)