From e5ac75bec3230a7ef775324050bbda17a2946c89 Mon Sep 17 00:00:00 2001 From: sbidin Date: Sun, 22 Mar 2015 00:36:53 +0100 Subject: [PATCH] Reformat Cargo.toml. --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fc8a38eb..e9c7dcf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 " ] +authors = ["ShuYu Wang "] 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"