mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Bump to 0.29
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ name = "sdl2"
|
||||
description = "SDL2 bindings for Rust"
|
||||
repository = "https://github.com/AngryLawyer/rust-sdl2"
|
||||
documentation = "http://angrylawyer.github.io/rust-sdl2/sdl2/"
|
||||
version = "0.28.0"
|
||||
version = "0.29.0"
|
||||
license = "MIT"
|
||||
authors = [ "Tony Aldridge <tony@angry-lawyer.com>" ]
|
||||
keywords = ["SDL", "windowing", "graphics"]
|
||||
@@ -27,7 +27,7 @@ rand = "0.3"
|
||||
lazy_static="0.2"
|
||||
|
||||
[dependencies.num]
|
||||
version = "0.1.25"
|
||||
version = "0.1"
|
||||
default-features = false
|
||||
|
||||
[dependencies.sdl2-sys]
|
||||
|
||||
@@ -148,7 +148,7 @@ download through Crates.io:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
sdl2 = "0.28"
|
||||
sdl2 = "0.29"
|
||||
```
|
||||
|
||||
Alternatively, pull it from GitHub to obtain the latest version from master
|
||||
@@ -169,7 +169,7 @@ adding this instead:
|
||||
|
||||
```toml
|
||||
[dependencies.sdl2]
|
||||
version = "0.28"
|
||||
version = "0.29"
|
||||
default-features = false
|
||||
features = ["ttf","image","gfx","mixer"]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user