-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
russimp-sys v2.0.2 crate is missing assimp submodule files #45
Comments
I think this was fixed by #42, but including the source files seems to trigger published crate size limits: https://github.com/jkvargas/russimp-sys/actions/runs/8964061094/job/24615416139 @jkvargas are you on the case to get this submodule down to a smaller size without compromising on the ability to build from source? Please let me know if you'd accept PRs for that! |
Yes that looks like it "should" fix the issue, but 2.0.2 is still broken, let me know if there is anything that I can do to help fix this |
Hey guys, I am accepting PRs, yes. |
I'll see if I can find some time to look into it. Right now laziness has taken over and I'm just linking to my local repo |
This will be rough, it's 5x larger... I doubt minimizing code size by removing whitespace and such would work here. Is contacting server owners and asking for a larger upload allowance an option? |
hi @Calandiel, free is unlikely. |
If I try to build any project that depends on russimp-sys v2.0.2, with the static-link feature enabled, I get the following errors:
--feature static-link
After inspecting the crates src folder I realized that the assimp git submodule files were missing.
The text was updated successfully, but these errors were encountered: