From 2281876135616d7e9b7a98dc5dd84e410da51f86 Mon Sep 17 00:00:00 2001 From: Yuri Pourre Date: Thu, 4 Dec 2014 22:49:59 -0200 Subject: [PATCH] Update sdl2_window URL --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c9d66d8..ae8d8e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,8 @@ git = "https://github.com/pistondevelopers/piston/" git = "https://github.com/pistondevelopers/opengl_graphics" -[dependencies.sdl2_game_window] +[dependencies.sdl2_window] -git = "https://github.com/pistondevelopers/sdl2_game_window" +git = "https://github.com/pistondevelopers/sdl2_window"