Fix dependencies to make the main library compile
... | @@ -24,9 +24,7 @@ path = "examples/piston.rs" | ... | @@ -24,9 +24,7 @@ path = "examples/piston.rs" |
[dependencies] | [dependencies] | ||
flate2 = "*" | flate2 = "*" | ||
rustc-serialize = "*" | rustc-serialize = "*" | ||
xml-rs = "0.1.26" | |||
[dependencies.xml-rs] | |||
git = "https://github.com/netvl/xml-rs.git" | |||
[dev-dependencies.pistoncore-sdl2_window] | [dev-dependencies.pistoncore-sdl2_window] | ||
... | ... |
Please register or sign in to comment