rust_minifb
rust_minifb copied to clipboard
Could not build on redox
At the moment there is an issue with the time crate for redox:
https://github.com/rust-lang-deprecated/time/issues/183
There is also in PR to fix this issue:
https://github.com/rust-lang-deprecated/time/pull/182
But I'm not sure how long it will take until they merge it.
I see. As soon as this has been merged please let me know and I will update and release a new version.
0.1 time is dead and it is unsure if the pull request to fix the Redox support will be merged. Someone is working on a new version based on std::time. But I‘m not sure how long it will takes to be finished. https://github.com/time-rs/time/issues/183#issuecomment-536851627
I'm the one taking over the time crate. I don't have a timeframe for a 0.2 release that's based on std::time, but hopefully it's sooner rather than later. Unfortunately, until then the time crate is essentially unsupported.
It seems 0.2 has been released now. Would it be possible to use that now to fix this issue?
@emoon It hasn't been released yet. My goal is to release it alongside Rust 1.40.
Cool. Thanks!