Skip to content

Commit

Permalink
Merge #224
Browse files Browse the repository at this point in the history
224: Bump dependency versions in examples r=grovesNL a=grovesNL



Co-authored-by: Joshua Groves <josh@joshgroves.com>
  • Loading branch information
bors[bot] and grovesNL authored Jun 26, 2022
2 parents 6108fdf + 7411190 commit cc3b8d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/hello/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2018"
glow = { path = "../../" }

[target.'cfg(not(any(target_arch = "wasm32")))'.dependencies]
glutin = { version = "0.24", optional = true }
sdl2 = { version = "0.34", optional = true }
glutin = { version = "0.28", optional = true }
sdl2 = { version = "0.35", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
web-sys = { version = "0.3", features=["HtmlCanvasElement", "WebGl2RenderingContext", "Window"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/howto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ edition = "2018"

[dependencies]
glow = { path = "../../" }
sdl2 = { version = "0.34" }
sdl2 = { version = "0.35" }

0 comments on commit cc3b8d3

Please sign in to comment.