Skip to content

Commit 0c2b64a

Browse files
committed
lock sdl3 version
1 parent bd0f0a9 commit 0c2b64a

File tree

2 files changed

+75
-44
lines changed

2 files changed

+75
-44
lines changed

Cargo.lock

+74-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust-version = "1.68.2"
88
libc = "*"
99
#projectm = { path = "../projectm-rs", version = "3", features = ["playlist", "static"] }
1010
projectm = { version = "3", features = ['playlist', 'static'] }
11-
sdl3 = { version = "0", features = ["build-from-source-static"] }
11+
sdl3 = { version = "0.14.23", features = ["build-from-source-static"] }
1212
#sdl3 = { path = "../../sdl3-rs", version = "0", features = ["build-from-source"] }
1313
rand = "0.8.5"
1414
include_dir = "0.7"

0 commit comments

Comments
 (0)