jkvargas / russimp-sys

Assimp raw bindings
Other
2 stars 22 forks source link

Add windows system library dependencies #20

Closed waych closed 3 years ago

waych commented 3 years ago

When linking on Windows, vcpkg doesn't have a good way of expressing which system libraries are also required for the link.

It looks like upstream vcpkg changed assimp's dependnecy on irrXML to depend on irrlicht, which in turn pulls in the need to depend on these core libraries.

waych commented 3 years ago

FYI this is one of the Windows test blocking issues mentioned in https://github.com/jkvargas/russimp/pull/16

jkvargas commented 3 years ago

hey mate, thanks again for your contribution. Would you mind to raise Cargo.toml version as well?