jkvargas / russimp

Assimp bindings for Rust
Other
84 stars 27 forks source link

Assimp version info? #44

Closed Caligari closed 1 year ago

Caligari commented 1 year ago

Is it possible to get the version info (major, minor, patch) from the underlying assimp library?

jkvargas commented 1 year ago

hi, it needs to be implemented.

Caligari commented 1 year ago

No problem! I forked and moved to russimp-sys 2.0.0 and added a get_version function easily enough.