Update to 0.34.4

This commit is contained in:
Cobrand
2021-04-02 21:22:33 +02:00
parent 0328c1dac6
commit d2ce2c373a
2 changed files with 11 additions and 10 deletions
+10 -9
View File
@@ -15,23 +15,24 @@ name = "sdl2"
path = "src/sdl2/lib.rs"
[dependencies]
bitflags = "^1"
libc = "^0.2"
lazy_static = "^1"
bitflags = "1.2.1"
libc = "0.2.92"
lazy_static = "1.4.0"
[dependencies.sdl2-sys]
path = "sdl2-sys"
version = "^0.34.2"
version = "^0.34.4"
[dependencies.c_vec]
version = ">= 1.0, <= 1.3"
# allow both 1.* and 2.0 versions
version = ">= 1.0"
optional = true
[dev-dependencies]
rand = "^0.7"
wgpu = "^0.5.0"
glsl-to-spirv = "^0.1.7"
futures = "^0.3"
rand = "0.8.3"
wgpu = "0.7.1"
glsl-to-spirv = "0.1.7"
futures = "0.3.13"
[dependencies.raw-window-handle]
version = "0.3.3"
+1 -1
View File
@@ -3,7 +3,7 @@
name = "sdl2-sys"
description = "Raw SDL2 bindings for Rust, used internally rust-sdl2"
repository = "https://github.com/rust-sdl2/rust-sdl2"
version = "0.34.3"
version = "0.34.4"
authors = ["Tony Aldridge <tony@angry-lawyer.com>"]
keywords = ["SDL", "windowing", "graphics", "ffi"]
categories = ["rendering","external-ffi-bindings","game-engines","multimedia"]