X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=Cargo.toml;h=82f63172718a99e859648fb4a1cb1306c9d77752;hb=HEAD;hp=ce2f5ee53dd8df95c48fbe790bea3aabe8c8e116;hpb=296187ca027364405cf2fd95e727d5d1eaaec4fc;p=kaka%2Frust-sdl-test.git diff --git a/Cargo.toml b/Cargo.toml index ce2f5ee..82f6317 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,9 @@ authors = ["Tomas Wenström "] [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"]