Skip to content

Commit

Permalink
Update glutin to 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored and asny committed Apr 7, 2022
1 parent fdfda7d commit 1418950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ egui = { version = "0.13", optional = true }
gl_generator = {version = "0.14"}

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
glutin = { version = "0.27", optional = true }
glutin = { version = "0.28", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3"
Expand Down

0 comments on commit 1418950

Please sign in to comment.