rust3ds / citro3d-rs

Rust bindings and safe wrappers for citro3d
https://rust3ds.github.io/citro3d-rs
14 stars 11 forks source link

Can't compile citro3d-sys due to error with bindings #46

Closed CenTdemeern1 closed 6 months ago

CenTdemeern1 commented 7 months ago

I wanted to compile the triangle example, but it didn't seem to work out very well. Logs: https://gist.github.com/CenTdemeern1/fca46a415a0ba8953ee68210c469d77e Let me know if you need any more information.

Meziu commented 7 months ago

Most likely the cause were the changes in https://github.com/rust3ds/ctru-rs/pull/180.

It'll need little work to get fixed.

CenTdemeern1 commented 7 months ago

Most likely the cause were the changes in https://github.com/rust3ds/ctru-rs/pull/180.

It'll need little work to get fixed.

Is there anything I can do to help?