Skip to content

Commit

Permalink
Only update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuch committed Jan 1, 2024
1 parent 4cfcc50 commit 867267a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/eframe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ image = { version = "0.24", default-features = false, features = [
"png",
] } # Needed for app icon
raw-window-handle.workspace = true
winit = { version = "0.29.7", default-features = false, features = ["rwh_05"] }
winit = { version = "0.29.4", default-features = false, features = ["rwh_05"] }

# optional native:
directories-next = { version = "2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/egui-wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ wgpu.workspace = true
## Enable this when generating docs.
document-features = { version = "0.2", optional = true }

winit = { version = "0.29.7", default-features = false, optional = true, features = [
winit = { version = "0.29.4", default-features = false, optional = true, features = [
"rwh_05",
] }

Expand Down
2 changes: 1 addition & 1 deletion crates/egui-winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ egui = { version = "0.24.1", path = "../egui", default-features = false, feature
log = { version = "0.4", features = ["std"] }
raw-window-handle.workspace = true
web-time = { version = "0.2" } # We use web-time so we can (maybe) compile for web
winit = { version = "0.29.7", default-features = false, features = ["rwh_05"] }
winit = { version = "0.29.4", default-features = false, features = ["rwh_05"] }

#! ### Optional dependencies

Expand Down

0 comments on commit 867267a

Please sign in to comment.