Merge pull request #10 from sinistersnare/piston-example
Piston Renderer example
No related branches found
No related tags found
... | @@ -17,7 +17,26 @@ path = "src/lib.rs" | ... | @@ -17,7 +17,26 @@ 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 = "*" | ||
rustc-serialize = "*" | rustc-serialize = "*" | ||
xml-rs = "*" | |||
[dependencies.xml-rs] | |||
git = "https://github.com/netvl/xml-rs.git" | |||
[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
0 → 100644
Please register or sign in to comment