X-Git-Url: http://git.mutantstargoat.com?p=rust_hw;a=blobdiff_plain;f=Cargo.toml;h=69c1c82d23f97d1acfa5a2ecb459871b7615718c;hp=ced86223ec732ba59c0d13789a87cf6c545ecd46;hb=HEAD;hpb=45425b082aece995b1c4cfb6decf0cb11977aa4b diff --git a/Cargo.toml b/Cargo.toml index ced8622..69c1c82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,12 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[dependencies] -gl = "0.10.0" +[dependencies.gl] +version = "0.10.0" [dependencies.sdl2] version = "0.32.2" features = ["bundled", "static-link"] + +[dependencies.image] +version = "0.22.2"