X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=Cargo.toml;h=3903142abbf5abe8267a4be2ea7fba57a12bc6bf;hp=80db47f18038e5f8a23eb140f3672427a785a71e;hb=595fa92af6e72783e2b7624f5b8e5f5418d4e757;hpb=d703c3a22e749eb1f87daed8674b0420dc837ebe diff --git a/Cargo.toml b/Cargo.toml index 80db47f..3903142 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mandelwow" -version = "0.6.0" +version = "0.7.0" authors = ["Bernie Innocenti "] license = "GPL-3.0+" @@ -18,15 +18,7 @@ obj = { version = "0.5", features = ["usegenmesh"] } libxm = "1.0.0" sdl2 = "*" -[target.'cfg(not(target_os = "emscripten"))'.dependencies] -backtrace = "0.2.2" -backtrace-sys = "0.1.10" - -[target.'cfg(target_os = "emscripten")'.dependencies] -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" }