Skip to content

Commit

Permalink
Bump dependency versions in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
grovesNL committed Jun 26, 2022
1 parent 6108fdf commit 7411190
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 7411190

Please sign in to comment.