X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=Cargo.toml;h=3903142abbf5abe8267a4be2ea7fba57a12bc6bf;hp=15bdfca41589301be4a07bd462e77e154bc142c2;hb=595fa92af6e72783e2b7624f5b8e5f5418d4e757;hpb=20d89b4d7eb6ef4c1763da953e5961a936f75d34 diff --git a/Cargo.toml b/Cargo.toml index 15bdfca..3903142 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }