Crates.io integration

This commit is contained in:
Tony Aldridge
2014-11-21 12:51:57 +00:00
parent 02c3bdde9d
commit 1082349e7e
3 changed files with 10 additions and 667 deletions
+4
View File
@@ -1,8 +1,12 @@
[package]
name = "sdl2"
description = "SDL2 bindings for Rust"
repository = "https://github.com/AngryLawyer/rust-sdl2"
version = "0.0.1-alpha.1"
license = "MIT"
authors = [ "Tony Aldridge<zaragopha@hotmail.com>" ]
keywords = ["SDL", "windowing", "graphics"]
[lib]
+6 -1
View File
@@ -36,7 +36,12 @@ If you're having issues, [see here](https://github.com/PistonDevelopers/rust-emp
# Installation
If you're using [cargo](http://crates.io/) to manage your project, just add these lines to your Cargo.toml:
If you're using [cargo](http://crates.io/) to manage your project, you can download through Crates.io:
[dependencies]
sdl2 = "0.0.1"
Alternatively, pull it from GitHub
[dependencies.sdl2]
git = "https://github.com/AngryLawyer/rust-sdl2"
-666
View File
File diff suppressed because it is too large Load Diff