aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2017-11-18 20:16:37 -0500
committerDeterminant <ted.sybil@gmail.com>2017-11-18 20:16:37 -0500
commit2765f6aa610bb332ade564aef420479a4a30f905 (patch)
tree6fe754059ec3d4aaefe44386cf48aebafd42f676 /Cargo.lock
parent9f94cb8324d3ef6e1fa30244a26e2b184762f501 (diff)
...
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 30e2288..975b86c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,10 +1,3 @@
-[root]
-name = "runes"
-version = "0.1.0"
-dependencies = [
- "sdl2 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "bitflags"
version = "0.7.0"
@@ -83,6 +76,13 @@ dependencies = [
]
[[package]]
+name = "runes"
+version = "0.1.0"
+dependencies = [
+ "sdl2 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
name = "sdl2"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"