Added a jumping trigger and state
[kaka/rust-sdl-test.git] / Cargo.toml
1 [package]
2 name = "sdl-test"
3 version = "0.1.0"
4 authors = ["Tomas Wenström <tomas.wenstrom@gmail.com>"]
5
6 [dependencies]
7 rand = "0.6.5"
8 time = "0.2.24"
9 noise = "0.7.0"
10
11 [dependencies.sdl2]
12 version = "0.32.1"
13 features = ["gfx", "image", "unsafe_textures"]