mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
bump sdl2 version
This commit is contained in:
+3
-3
@@ -2,7 +2,7 @@
|
||||
name = "sdl2_mixer"
|
||||
description = "SDL2_mixer bindings for Rust"
|
||||
repository = "https://github.com/andelf/rust-sdl2_mixer"
|
||||
version = "0.23.1"
|
||||
version = "0.24.0"
|
||||
license = "MIT/Apache-2.0"
|
||||
authors = ["ShuYu Wang <andelf@gmail.com>"]
|
||||
keywords = ["SDL", "windowing", "graphics", "music", "sound"]
|
||||
@@ -13,8 +13,8 @@ path = "src/sdl2_mixer/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "0.6.0"
|
||||
sdl2 = "0.23.0"
|
||||
sdl2-sys = "0.23.0"
|
||||
sdl2 = "0.24.0"
|
||||
sdl2-sys = "0.24.0"
|
||||
libc = "0.2"
|
||||
|
||||
# [dependencies.sdl2]
|
||||
|
||||
Reference in New Issue
Block a user