mirror of
https://github.com/touchHLE/rust-sdl2.git
synced 2026-01-31 01:25:23 +01:00
Update to 0.35.1
This commit is contained in:
@@ -3,7 +3,7 @@ name = "sdl2"
|
||||
description = "SDL2 bindings for Rust"
|
||||
repository = "https://github.com/Rust-SDL2/rust-sdl2"
|
||||
documentation = "https://rust-sdl2.github.io/rust-sdl2/sdl2/"
|
||||
version = "0.35.0"
|
||||
version = "0.35.1"
|
||||
license = "MIT"
|
||||
authors = [ "Tony Aldridge <tony@angry-lawyer.com>", "Cobrand <cobrandw@gmail.com>"]
|
||||
keywords = ["SDL", "windowing", "graphics", "api", "engine"]
|
||||
@@ -22,7 +22,7 @@ lazy_static = "1.4.0"
|
||||
|
||||
[dependencies.sdl2-sys]
|
||||
path = "sdl2-sys"
|
||||
version = "^0.35.0"
|
||||
version = "^0.35.1"
|
||||
|
||||
[dependencies.c_vec]
|
||||
# allow both 1.* and 2.0 versions
|
||||
|
||||
@@ -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.35.0"
|
||||
version = "0.35.1"
|
||||
authors = ["Tony Aldridge <tony@angry-lawyer.com>"]
|
||||
keywords = ["SDL", "windowing", "graphics", "ffi"]
|
||||
categories = ["rendering","external-ffi-bindings","game-engines","multimedia"]
|
||||
|
||||
Reference in New Issue
Block a user