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
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sdl2_gfx"
|
||||
version = "0.23.0"
|
||||
version = "0.24.0"
|
||||
authors = ["ShuYu Wang <andelf@gmail.com>"]
|
||||
description = "SDL2_gfx bindings for Rust"
|
||||
homepage = "https://github.com/andelf/rust-sdl2_gfx"
|
||||
@@ -16,6 +16,6 @@ path = "src/sdl2_gfx/lib.rs"
|
||||
[dependencies]
|
||||
num = "0.1"
|
||||
libc = "0.2"
|
||||
sdl2 = "0.23"
|
||||
sdl2-sys = "0.23"
|
||||
sdl2 = "0.24"
|
||||
sdl2-sys = "0.24"
|
||||
c_vec = "1.0.*"
|
||||
|
||||
Reference in New Issue
Block a user