From af5e8f365478f62bc5108217317e70a6ee1accf4 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Wed, 4 Mar 2020 01:26:52 -0600 Subject: workable viewport structure --- Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 95ba3be..fedb451 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,6 +158,15 @@ dependencies = [ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "revision2020" +version = "0.1.0" +dependencies = [ + "luminance 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)", + "luminance-derive 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "luminance-glfw 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "semver" version = "0.9.0" @@ -186,15 +195,6 @@ name = "unicode-xid" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "working-title" -version = "0.1.0" -dependencies = [ - "luminance 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)", - "luminance-derive 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "luminance-glfw 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "xml-rs" version = "0.8.0" -- cgit v1.2.3