russimp icon indicating copy to clipboard operation
russimp copied to clipboard

Russimp with `prebuilt` needs assimp.dll on Windows

Open aedm opened this issue 11 months ago • 1 comments

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:

image

aedm avatar Mar 16 '24 13:03 aedm

hey man, I can't put development time into russimp right now. But I will gladly accept fixes.

jkvargas avatar May 13 '24 04:05 jkvargas