jkvargas / russimp

Assimp bindings for Rust
Other
84 stars 27 forks source link

Russimp with `prebuilt` needs assimp.dll on Windows #66

Open aedm opened 7 months ago

aedm commented 7 months ago

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

jkvargas commented 5 months ago

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