-
Notifications
You must be signed in to change notification settings - Fork 10
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
cargo install fails – could not find asset folder #21
Comments
I found a kind of hack to get it to compile:
I did this for both your and my project and it seemed to work, although I don't know how to use this information so that users can install the program normally. |
Hi @hiimsergey, thanks for sharing this issue. I've just tested it and I confirm that
But I've also tried I need more time to handle this issue, but if in the meanwhile you've find a solution, feel free to PR. |
Any updates? |
I think this is related to vleue/bevy_embedded_assets#5 When executing I think |
Describe the bug
When performing
cargo install lavagna
, the compilation process fails. The bevy_embedded_assets can't find the assets folder.Full output, directly after
Compiling <dependency> v<version>
:To Reproduce
Steps to reproduce the behavior:
cargo install lavagna
Expected behavior
The log throws no errors and lavagna is installed at
~/.cargo/bin/lavagna
.Desktop (please complete the following information):
Side Note
In my project, I have the same issue. I uploaded it to crates.io but can't
cargo install
, due to the same error messages, althoughcargo package --list
lists my assets folder.Thank you in advance.
The text was updated successfully, but these errors were encountered: