From 4b7f1a16b9435c025649c11806f8c8552af4c57c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 25 Feb 2026 00:01:21 +0000 Subject: fix(deps): update all digest updates --- crates/render-demo/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/render-demo') 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" -- cgit v1.2.3