From b75e7f1d8c240589d03c5d8bc68c83a9be92155a Mon Sep 17 00:00:00 2001
From: Risto Saarelma <risto.saarelma@iki.fi>
Date: Fri, 2 Oct 2015 13:13:53 +0300
Subject: [PATCH] Fix dependencies to make the main library compile

---
 Cargo.toml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 4d4900f..c01df16 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,9 +24,7 @@ path = "examples/piston.rs"
 [dependencies]
 flate2 = "*"
 rustc-serialize = "*"
-
-[dependencies.xml-rs]
-git = "https://github.com/netvl/xml-rs.git"
+xml-rs = "0.1.26"
 
 
 [dev-dependencies.pistoncore-sdl2_window]
-- 
GitLab