X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=Cargo.toml;h=3903142abbf5abe8267a4be2ea7fba57a12bc6bf;hp=37d847a9826943d31464e03090f991e7b75a9d77;hb=595fa92af6e72783e2b7624f5b8e5f5418d4e757;hpb=e523420da6df64609d595e1e6e902592c00f6a47 diff --git a/Cargo.toml b/Cargo.toml index 37d847a..3903142 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,33 +1,30 @@ [package] name = "mandelwow" -version = "0.5.0" +version = "0.7.0" authors = ["Bernie Innocenti "] license = "GPL-3.0+" [profile.release] #lto = true -#panic = 'abort' +panic = 'abort' [dependencies] cgmath = "*" -glium = "0.15.0" -glutin = "*" +glium = "0.16.0" +glutin = "0.7.4" genmesh = "0.4.1" -image = "0.12.0" +image = { version = "0.13.0", features = ["png_codec"] } obj = { version = "0.5", features = ["usegenmesh"] } - -[target.'cfg(not(target_os = "emscripten"))'.dependencies] libxm = "1.0.0" sdl2 = "*" -backtrace = "0.2.2" -backtrace-sys = "0.1.10" - -[target.'cfg(target_os = "emscripten")'.dependencies] -glutin = "0.6.1" -backtrace = "0.2.3" [replace] -"backtrace:0.2.3" = { git = "https://github.com/badboy/backtrace-rs", branch = "emscripten-fix" } +"glutin:0.7.4" = { path = "/home/bernie/src/glutin" } +"glium:0.16.0" = { path = "/home/bernie/src/glium" } + +[lib] +name = "mandelwow_lib" +path = "lib.rs" [[bin]] name = "mandelwow"