Skip to content

Commit

Permalink
Update to glutin 0.25.1 + winit 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iceiix committed Oct 10, 2020
1 parent bfc9427 commit a81d107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ opt-level = 1
[dependencies]
cfg-if = "0.1.9"
wasm-bindgen = "0.2.68"
glutin = "0.24.1"
glutin = "0.25.1"
byteorder = "1.3.4"
serde = "1.0.116"
serde_json = "1.0.56"
Expand All @@ -44,7 +44,7 @@ reqwest = { version = "0.10.8", features = [ "blocking" ]}

[target.'cfg(target_arch = "wasm32")'.dependencies]
stdweb = "0.4.20"
winit = { version = "0.22.2", features = [ "stdweb" ]}
winit = { version = "0.23.0", features = [ "stdweb" ]}

[dependencies.steven_gl]
path = "./gl"
Expand Down

0 comments on commit a81d107

Please sign in to comment.