jkvargas / russimp

Assimp bindings for Rust
Other
84 stars 27 forks source link

Update russimp-sys to use new build system. #50

Closed tomheaton closed 9 months ago

tomheaton commented 1 year ago

Update russimp-sys to use new build system as well as strum and strum_macros.

Note: due to the new build system, this fixes issues on windows as well as link issues with other binding libs

jkvargas commented 1 year ago

hi Tom, thanks so much for your contribution. I didn't update russimp to use russimp-sys 2.0.0 yet because it requires you to have an assimp header file available. right now russimp only requires the assimp binary available. I am still thinking on a solution since this change will cause problems for some users.