We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2b64a commit 9fb93e9Copy full SHA for 9fb93e9
Cargo.toml
@@ -8,7 +8,7 @@ rust-version = "1.68.2"
8
libc = "*"
9
#projectm = { path = "../projectm-rs", version = "3", features = ["playlist", "static"] }
10
projectm = { version = "3", features = ['playlist', 'static'] }
11
-sdl3 = { version = "0.14.23", features = ["build-from-source-static"] }
+sdl3 = { version = "0.14.24", features = ["build-from-source-static"] }
12
#sdl3 = { path = "../../sdl3-rs", version = "0", features = ["build-from-source"] }
13
rand = "0.8.5"
14
include_dir = "0.7"
0 commit comments