aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-13 23:46:58 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-13 23:46:58 -0400
commit8e6c8bdfb4924bc671dd37e47d473ea803880825 (patch)
tree3101c14fdbe9cc791ea170aacae82786473d5669 /Cargo.lock
parent4fb57de0201eaecdafffdcc285e7dc3ef9d4f6d8 (diff)
downloadexuberant-hacks-8e6c8bdfb4924bc671dd37e47d473ea803880825.tar.gz
exuberant-hacks-8e6c8bdfb4924bc671dd37e47d473ea803880825.zip
change API to pass time as arg to draw_frame
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5897394..384881e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5,6 +5,7 @@ dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"glium 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
"image 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -564,6 +565,16 @@ dependencies = [
]
[[package]]
+name = "time"
+version = "0.1.35"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
name = "user32-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"