From 03479dfba3882e153ba00d0614973d3ece45fa41 Mon Sep 17 00:00:00 2001 From: Andelf Date: Sat, 22 Nov 2014 11:15:44 +0800 Subject: [PATCH] fix typo in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5df34be8..3396faca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"