russimp
russimp copied to clipboard
Russimp with `prebuilt` needs assimp.dll on Windows
Here's the dependency declaration in my Cargo.toml
.
russimp = { version = "3.2.0", features = ["prebuilt"] }
The documentation says prebuilt
flag will "Download prebuilt Assimp static library binaries from github and skip building from source."
But when I run the app directly (not using cargo run
) it says it needs assimp.dll
:
hey man, I can't put development time into russimp right now. But I will gladly accept fixes.