Added a jumping trigger and state
[kaka/rust-sdl-test.git] / Cargo.toml
index 4486569..82f6317 100644 (file)
@@ -5,7 +5,8 @@ authors = ["Tomas Wenström <tomas.wenstrom@gmail.com>"]
 
 [dependencies]
 rand = "0.6.5"
-time = "0.1.42"
+time = "0.2.24"
+noise = "0.7.0"
 
 [dependencies.sdl2]
 version = "0.32.1"