Skip to content

Commit

Permalink
Tentatively add winit deps as per emilk/egui#3084
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Aug 13, 2023
1 parent 9c3e264 commit 0ea86d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ tokio = { version = "1.24", default-features = false }
unindent = "0.1"
vec1 = "1.8"
web-time = "0.2.0"
winit = "0.28.6"
wgpu = { version = "0.16.3" }
wgpu-core = { version = "0.16.1" }

Expand Down
2 changes: 1 addition & 1 deletion crates/re_renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ log = "0.4"
pollster = "0.3"
rand = { workspace = true, features = ["std", "std_rng"] }
web-time.workspace = true
winit = "0.28.1"
winit.workspace = true
zip = { version = "0.6", default-features = false, features = ["deflate"] }

# For tests:
Expand Down

0 comments on commit 0ea86d4

Please sign in to comment.