aboutsummaryrefslogtreecommitdiff
path: root/crates/render-demo/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/render-demo/Cargo.toml')
-rw-r--r--crates/render-demo/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/render-demo/Cargo.toml b/crates/render-demo/Cargo.toml
index d92f538..1ac3daa 100644
--- a/crates/render-demo/Cargo.toml
+++ b/crates/render-demo/Cargo.toml
@@ -20,10 +20,10 @@ image = { version = "0.25", optional = true, default-features = false, features
common = { path = "../common" }
[target.'cfg(target_os = "macos")'.dependencies]
-sdl2 = { version = "0.37", optional = true, default-features = false, features = ["use-pkgconfig"] }
+sdl2 = { version = "0.38", optional = true, default-features = false, features = ["use-pkgconfig"] }
[target.'cfg(not(target_os = "macos"))'.dependencies]
-sdl2 = { version = "0.37", optional = true, default-features = false, features = ["bundled", "static-link"] }
+sdl2 = { version = "0.38", optional = true, default-features = false, features = ["bundled", "static-link"] }
[[bin]]
name = "parkan-render-demo"