update Cargo.lock

wip
Fabien Freling 2018-01-16 01:12:02 +01:00
parent 44eec66c54
commit 0738c7a15f
1 changed files with 7 additions and 7 deletions

14
Cargo.lock generated
View File

@ -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]]
name = "adler32"
version = "1.0.2"
@ -758,6 +751,13 @@ name = "redox_syscall"
version = "0.1.31"
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]]
name = "rusttype"
version = "0.2.3"