X-Git-Url: http://git.mutantstargoat.com?p=rust_hw;a=blobdiff_plain;f=Cargo.toml;h=69c1c82d23f97d1acfa5a2ecb459871b7615718c;hp=97473f8fa1587421c72a292df98261498575a5b0;hb=HEAD;hpb=71a577b9c4b3fc0b58ed2ec35748fa6d4f0473fd diff --git a/Cargo.toml b/Cargo.toml index 97473f8..69c1c82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,6 @@ version = "0.10.0" [dependencies.sdl2] version = "0.32.2" features = ["bundled", "static-link"] + +[dependencies.image] +version = "0.22.2"