diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2020-03-04 01:26:52 -0600 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2020-03-04 01:26:52 -0600 |
commit | af5e8f365478f62bc5108217317e70a6ee1accf4 (patch) | |
tree | ecb72e11f3dded73eca3e46c50442008e4290c3f /Cargo.lock | |
parent | e79499cd864dc64017316ef4512991df68837576 (diff) |
workable viewport structure
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -159,6 +159,15 @@ dependencies = [ ] [[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" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -187,15 +196,6 @@ 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" source = "registry+https://github.com/rust-lang/crates.io-index" |