X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Cargo.toml;h=9d5e78f2dde0059d99e276e5a03944a3367061f5;hb=a9403c5b68afe3ad9d759bfe101c1e57bc279f13;hp=5d8d3852693bba09231081291ee0e8a1cebf2b94;hpb=6ef74275da11e766c2cbe53b676df6188203cae3;p=mandelwow.git diff --git a/Cargo.toml b/Cargo.toml index 5d8d385..9d5e78f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,9 +14,10 @@ opt-level = 3 [dependencies] cgmath = "*" +#gleam = "*" glium = "0.22" glutin = "0.18" -image = { version = "0.18", features = ["png_codec"], optional = true } +image = { version = "0.20", features = ["png_codec"], optional = true } libxm = "1.0.0" rust-rocket = { path = "rust-rocket", optional = true } rand = "*"