We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ce8374 + 8bccf13 commit d0b5451Copy full SHA for d0b5451
Cargo.toml
@@ -16,7 +16,8 @@ path = "src/lib.rs"
16
name = "piston_window"
17
18
[dependencies.piston]
19
-git = "https://github.com/pistondevelopers/piston"
+#git = "https://github.com/pistondevelopers/piston"
20
+version = "0.1.3"
21
22
[dependencies.gfx]
23
git = "https://github.com/gfx-rs/gfx-rs"
@@ -31,4 +32,5 @@ git = "https://github.com/pistondevelopers/gfx_graphics"
31
32
git = "https://github.com/pistondevelopers/graphics"
33
34
[dev-dependencies.pistoncore-glutin_window]
-git = "https://github.com/pistondevelopers/glutin_window"
35
+#git = "https://github.com/pistondevelopers/glutin_window"
36
+version = "0.0.8"
0 commit comments