fix typo in Cargo.toml

This commit is contained in:
Andelf
2014-11-22 11:15:44 +08:00
parent 4f9696c2d3
commit 03479dfba3
+1 -1
View File
@@ -13,7 +13,7 @@ keywords = ["SDL", "windowing", "graphics", "font"]
name = "sdl2_ttf"
path = "src/sdl2_ttf/lib.rs"
[dependencies]
[dependencies.sdl2]
git = "https://github.com/AngryLawyer/rust-sdl2"