From 7411190a98be2e69078212ddd0c9cd9d62ec47cd Mon Sep 17 00:00:00 2001 From: Joshua Groves Date: Sun, 26 Jun 2022 14:03:21 -0230 Subject: [PATCH] Bump dependency versions in examples --- examples/hello/Cargo.toml | 4 ++-- examples/howto/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/hello/Cargo.toml b/examples/hello/Cargo.toml index 7ea4848..50567c5 100644 --- a/examples/hello/Cargo.toml +++ b/examples/hello/Cargo.toml @@ -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"] } diff --git a/examples/howto/Cargo.toml b/examples/howto/Cargo.toml index 779fec6..2b8203b 100644 --- a/examples/howto/Cargo.toml +++ b/examples/howto/Cargo.toml @@ -5,4 +5,4 @@ edition = "2018" [dependencies] glow = { path = "../../" } -sdl2 = { version = "0.34" } +sdl2 = { version = "0.35" }