panicbit
panicbit
I'm not gonna ask about what's happening here :sweat_smile: : 
https://github.com/nushell/nushell/pull/6324 should lay the groundwork for fixing this issue.
It builds fine here, maybe retry the build (you can do that from within travis).
Wtf, it works fine locally and it breaks on travis. Devkit probably has nothing to do with it since it also built fine with the corresponding env vars unset.
Oh, actually it's `cargo test` that is broken!
@FenrirWolf If you'd prefer it that way, then just remove the `matrix` part from the `.travis.yml`.
IIRC we opted for generating them only when needed to stay in sync with a specific libctru release. I have a script for citro3d-sys to generate bindings, which I will...
citro3d is a bit of a pain to port to safe Rust, but I intended to at least release a sys crate
Here you go: https://github.com/rust3ds/citro3d-sys I didn't manage to verify that the crate still builds properly because ctru-rs doesn't build for me right now and I have no time to figure...
Duplicate of https://github.com/gchp/rustbox/issues/7