You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The versions in Cargo.toml just need some updating, I'll see about fixing it up. Thing is, I don't think any of this works anymore - last I tried, this approach wasn't compatible with recent versions of rust. I'll be looking into it soon, but if you want rust+emscripten you might have better luck making use of this fork instead.
When trying to build using
cargo build
I get this error:According to gchp/termbox-sys#5 this issue happens with recent cargo.
I use this version of Cargo:
cargo 0.2.0-nightly (a483581 2015-05-14) (built 2015-05-15)
This comes with rust stable 1.1.
I don't know if you'd like to fix this ?
If I try to run
cargo update
, thencargo build
, I then get this error:As I am fairly newbie about Rust I'm quite stuck now :)
The text was updated successfully, but these errors were encountered: