Skip to content
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

Version 0.60 will not work with bevy 0.10 #57

Open
ethereumdegen opened this issue Sep 12, 2023 · 0 comments
Open

Version 0.60 will not work with bevy 0.10 #57

ethereumdegen opened this issue Sep 12, 2023 · 0 comments

Comments

@ethereumdegen
Copy link

error[E0412]: cannot find type AppTypeRegistry in module bevy::ecs::reflect
--> /home/ /.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_atmosphere-0.6.0/src/collection/nishita.rs:7:10
|
7 | #[derive(Atmospheric, ShaderType, Reflect, Debug, Clone)]
| ^^^^^^^^^^^ not found in bevy::ecs::reflect
|
= note: this error originates in the derive macro Atmospheric (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing one of these items
|
1 + use bevy::app::AppTypeRegistry;
|
1 + use crate::collection::nishita::AppTypeRegistry;
|
help: if you import AppTypeRegistry, refer to it directly
|
7 | #[derive(Atmospheric, ShaderType, Reflect, Debug, Clone)]
|

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant