summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-03-04 01:26:52 -0600
committerTom Barrett <tom@tombarrett.xyz>2020-03-04 01:26:52 -0600
commitaf5e8f365478f62bc5108217317e70a6ee1accf4 (patch)
treeecb72e11f3dded73eca3e46c50442008e4290c3f /Cargo.lock
parente79499cd864dc64017316ef4512991df68837576 (diff)
workable viewport structure
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock18
1 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 95ba3be..fedb451 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"