jkvargas / russimp

Assimp bindings for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs.rs build is broken

JoeOsborn opened this issue · comments

Because russimp needs to either have assimp installed or use russimp-sys’s prebuilt feature, docs.rs builds have been busted for some time as they don’t allow network access during builds.

I think crates like z3 solve this by adding their dependency as a submodule and using bindgen on the headers in the submodule.

hey mate,
I will take a look as soon as I can, I am moving so I am kinda busy these last days.
If you find some free time yourself feel free to send another commit =)