We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for the update! I noticed that it won't compile in my project without bevy_pbr feature enabled in Cargo.toml:
bevy_pbr
2 | use bevy::pbr::{MAX_CASCADES_PER_LIGHT, MAX_DIRECTIONAL_LIGHTS}; | ^^^ could not find `pbr` in `bevy`
It is strange, because krypta example working without any issues..
krypta
and if someone uses bevy/dynamic_linking, crate-type = ["cdylib", "lib", "staticlib"] line in Cargo.toml causes this:
crate-type = ["cdylib", "lib", "staticlib"]
error: crate `bevy_dylib` required to be available in rlib format, but was not found in this form
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. Seems like a small change, I will try to send a fix this week.
Sorry, something went wrong.
Seems like #29 fixed it.
No branches or pull requests
Thanks for the update! I noticed that it won't compile in my project without
bevy_pbr
feature enabled in Cargo.toml:It is strange, because
krypta
example working without any issues..and if someone uses bevy/dynamic_linking,
crate-type = ["cdylib", "lib", "staticlib"]
line in Cargo.toml causes this:The text was updated successfully, but these errors were encountered: