Fix dependencies and remove old piston example
... | @@ -17,24 +17,7 @@ path = "src/lib.rs" | ... | @@ -17,24 +17,7 @@ path = "src/lib.rs" |
name = "example" | name = "example" | ||
path = "examples/main.rs" | path = "examples/main.rs" | ||
[[example]] | |||
name = "piston" | |||
path = "examples/piston.rs" | |||
[dependencies] | [dependencies] | ||
flate2 = "*" | flate2 = "0.2" | ||
rustc-serialize = "*" | rustc-serialize = "0.3" | ||
xml-rs = "0.1.26" | xml-rs = "0.1.26" | ||
[dev-dependencies.pistoncore-sdl2_window] | |||
git = "https://github.com/pistondevelopers/sdl2_window" | |||
[dev-dependencies.piston] | |||
git = "https://github.com/pistondevelopers/piston" | |||
[dev-dependencies.piston2d-graphics] | |||
git = "https://github.com/pistondevelopers/graphics" | |||
[dev-dependencies.piston2d-opengl_graphics] | |||
git = "https://github.com/pistondevelopers/opengl_graphics" |
examples/piston.rs
deleted
100644 → 0
Please register or sign in to comment