jkvargas / russimp

Assimp bindings for Rust
Other
84 stars 27 forks source link

russimp-sys 2.0.0 #45

Closed pema99 closed 1 year ago

pema99 commented 1 year ago

Hey. Is there a particular reason the latest russimp release isn't using the latest version of the bindings, russimp-sys 2.0.0? I'm having some issues that I think are caused by the use of a relatively old version of assimp.

jkvargas commented 1 year ago

hey brother, the actual russimp is already using assimp 5.2.5 which is the latest assimp version available. russimp-sys 2.0.0 includes some extra headers but on the other hand, requires the headers to be available. I am not sure yet if requiring the headers is the right move for russimp. That is why it was not updated yet. If you fork russimp and try to update the version to russimp-sys 2.0.0 will you understand what I mean :)