mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Updated version numbers
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
||||
name = "sdl2"
|
||||
description = "SDL2 bindings for Rust"
|
||||
repository = "https://github.com/AngryLawyer/rust-sdl2"
|
||||
version = "0.0.15"
|
||||
version = "0.0.16"
|
||||
license = "MIT"
|
||||
authors = [ "Tony Aldridge <tony@angry-lawyer.com>" ]
|
||||
keywords = ["SDL", "windowing", "graphics"]
|
||||
@@ -16,4 +16,4 @@ path = "src/sdl2/lib.rs"
|
||||
[dependencies.sdl2-sys]
|
||||
|
||||
path = "sdl2-sys"
|
||||
version = "0.0.14"
|
||||
version = "0.0.16"
|
||||
|
||||
@@ -40,7 +40,7 @@ If you're using [cargo](http://crates.io/) to manage your project, you can downl
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
sdl2 = "0.0.15"
|
||||
sdl2 = "0.0.16"
|
||||
```
|
||||
|
||||
Alternatively, pull it from GitHub
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
name = "sdl2-sys"
|
||||
description = "Raw SDL2 bindings for Rust, used internally rust-sdl2"
|
||||
repository = "https://github.com/AngryLawyer/rust-sdl2"
|
||||
version = "0.0.14"
|
||||
version = "0.0.16"
|
||||
authors = ["Tony Aldridge <tony@angry-lawyer.com>"]
|
||||
license = "MIT"
|
||||
links = "SDL2"
|
||||
|
||||
Reference in New Issue
Block a user