Skip to content

Commit d0b5451

Browse files
committed
Merge pull request #31 from bvssvni/master
Use crates.io dependencies
2 parents 4ce8374 + 8bccf13 commit d0b5451

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ path = "src/lib.rs"
1616
name = "piston_window"
1717

1818
[dependencies.piston]
19-
git = "https://github.com/pistondevelopers/piston"
19+
#git = "https://github.com/pistondevelopers/piston"
20+
version = "0.1.3"
2021

2122
[dependencies.gfx]
2223
git = "https://github.com/gfx-rs/gfx-rs"
@@ -31,4 +32,5 @@ git = "https://github.com/pistondevelopers/gfx_graphics"
3132
git = "https://github.com/pistondevelopers/graphics"
3233

3334
[dev-dependencies.pistoncore-glutin_window]
34-
git = "https://github.com/pistondevelopers/glutin_window"
35+
#git = "https://github.com/pistondevelopers/glutin_window"
36+
version = "0.0.8"

0 commit comments

Comments
 (0)