update Cargo.lock
This commit is contained in:
parent
44eec66c54
commit
0738c7a15f
14
Cargo.lock
generated
14
Cargo.lock
generated
|
@ -1,10 +1,3 @@
|
||||||
[root]
|
|
||||||
name = "rustenstein"
|
|
||||||
version = "0.1.0"
|
|
||||||
dependencies = [
|
|
||||||
"piston_window 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "adler32"
|
name = "adler32"
|
||||||
version = "1.0.2"
|
version = "1.0.2"
|
||||||
|
@ -758,6 +751,13 @@ name = "redox_syscall"
|
||||||
version = "0.1.31"
|
version = "0.1.31"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "rustenstein"
|
||||||
|
version = "0.1.0"
|
||||||
|
dependencies = [
|
||||||
|
"piston_window 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rusttype"
|
name = "rusttype"
|
||||||
version = "0.2.3"
|
version = "0.2.3"
|
||||||
|
|
Loading…
Reference in a new issue