diff --git a/Cargo.lock b/Cargo.lock index fb7202d..12a8a24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1583,7 +1583,34 @@ dependencies = [ ] [[package]] -name = "steven" +name = "steven_blocks" +version = "0.0.1" +dependencies = [ + "cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", + "collision 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "steven_shared 0.0.1", +] + +[[package]] +name = "steven_gl" +version = "0.0.1" +dependencies = [ + "gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "khronos_api 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "steven_resources" +version = "0.1.0" + +[[package]] +name = "steven_shared" +version = "0.0.1" + +[[package]] +name = "stevenarella" version = "0.0.1" dependencies = [ "aes 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1612,33 +1639,6 @@ dependencies = [ "zip 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "steven_blocks" -version = "0.0.1" -dependencies = [ - "cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", - "collision 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "steven_shared 0.0.1", -] - -[[package]] -name = "steven_gl" -version = "0.0.1" -dependencies = [ - "gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "khronos_api 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "steven_resources" -version = "0.1.0" - -[[package]] -name = "steven_shared" -version = "0.0.1" - [[package]] name = "stream-cipher" version = "0.3.0"