projects
/
mandelwow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f85850e
)
Remove backtrace fork for emscripten.
author
Bernie Innocenti
<bernie@codewiz.org>
Thu, 11 May 2017 05:05:18 +0000
(
01:05
-0400)
committer
Bernie Innocenti
<bernie@codewiz.org>
Thu, 11 May 2017 05:05:18 +0000
(
01:05
-0400)
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 15bdfca41589301be4a07bd462e77e154bc142c2..3903142abbf5abe8267a4be2ea7fba57a12bc6bf 100644
(file)
--- 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" }