diff options
| author | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-25 03:01:21 +0300 |
|---|---|---|
| committer | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-25 03:01:21 +0300 |
| commit | 4b7f1a16b9435c025649c11806f8c8552af4c57c (patch) | |
| tree | 3f209d253af9721bbb578b424ec9c640f99c9762 /crates/render-demo | |
| parent | ada3b903ad750359d7ba810650dc65850c9215ee (diff) | |
| download | fparkan-4b7f1a16b9435c025649c11806f8c8552af4c57c.tar.xz fparkan-4b7f1a16b9435c025649c11806f8c8552af4c57c.zip | |
fix(deps): update all digest updatesdevel
Diffstat (limited to 'crates/render-demo')
| -rw-r--r-- | crates/render-demo/Cargo.toml | 4 |
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" |
