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:
+5
-5
@@ -3,7 +3,7 @@
|
||||
name = "sdl2"
|
||||
description = "SDL2 bindings for Rust"
|
||||
repository = "https://github.com/AngryLawyer/rust-sdl2"
|
||||
version = "0.2.3"
|
||||
version = "0.3.0"
|
||||
license = "MIT"
|
||||
authors = [ "Tony Aldridge <tony@angry-lawyer.com>" ]
|
||||
keywords = ["SDL", "windowing", "graphics"]
|
||||
@@ -14,15 +14,15 @@ name = "sdl2"
|
||||
path = "src/sdl2/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
num = "0.1.23"
|
||||
num = "0.1"
|
||||
bitflags = "0.1"
|
||||
libc = "0.1.6"
|
||||
rand = "0.3.7"
|
||||
libc = "0.1"
|
||||
rand = "0.3"
|
||||
|
||||
[dependencies.sdl2-sys]
|
||||
|
||||
path = "sdl2-sys"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
|
||||
[features]
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ download through Crates.io:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
sdl2 = "0.2.3"
|
||||
sdl2 = "0.3.0"
|
||||
```
|
||||
|
||||
Alternatively, pull it from GitHub
|
||||
|
||||
+4
-4
@@ -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.2.2"
|
||||
version = "0.3.0"
|
||||
authors = ["Tony Aldridge <tony@angry-lawyer.com>"]
|
||||
license = "MIT"
|
||||
links = "SDL2"
|
||||
@@ -14,11 +14,11 @@ name = "sdl2_sys"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
num = "0.1.23"
|
||||
libc = "0.1.6"
|
||||
num = "0.1"
|
||||
libc = "0.1"
|
||||
|
||||
[build-dependencies.pkg-config]
|
||||
version = "0.3.3"
|
||||
version = "0.3"
|
||||
optional = true
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user