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"