rm duplicated keywords in Cargo.toml

This commit is contained in:
andelf
2016-03-21 23:39:50 +08:00
parent c3dace5a9f
commit 25fc851edc
+1 -1
View File
@@ -6,7 +6,7 @@ version = "0.16.1"
license = "MIT"
readme = "README.md"
authors = ["ShuYu Wang <andelf@gmail.com>"]
keywords = ["SDL", "SDL2", "windowing", "graphics", "font","ttf"]
keywords = ["SDL", "windowing", "graphics", "font","ttf"]
[lib]
name = "sdl2_ttf"