Added a jumping trigger and state
[kaka/rust-sdl-test.git] / Cargo.toml
index ce2f5ee..82f6317 100644 (file)
@@ -5,8 +5,9 @@ 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"
-features = ["gfx", "image"]
+features = ["gfx", "image", "unsafe_textures"]