Reformat Cargo.toml.

This commit is contained in:
sbidin
2015-03-22 00:36:53 +01:00
parent d2f6596fd6
commit e5ac75bec3
+1 -5
View File
@@ -1,21 +1,18 @@
[package]
name = "sdl2_ttf"
description = "SDL2_ttf bindings for Rust"
repository = "https://github.com/andelf/rust-sdl2_ttf"
version = "0.0.3"
license = "MIT"
readme = "README.md"
authors = [ "ShuYu Wang <andelf@gmail.com>" ]
authors = ["ShuYu Wang <andelf@gmail.com>"]
keywords = ["SDL", "windowing", "graphics", "font"]
[lib]
name = "sdl2_ttf"
path = "src/sdl2_ttf/lib.rs"
[dependencies]
bitflags = "0.1"
[dependencies.sdl2]
@@ -25,6 +22,5 @@ git = "https://github.com/AngryLawyer/rust-sdl2/"
git = "https://github.com/AngryLawyer/rust-sdl2/"
[[bin]]
name = "demo"
path = "src/demo/main.rs"