jcornaz / heron

[DISCONTINUED] An ergonomic physics API for bevy games
MIT License
292 stars 44 forks source link

could not find `prelude` in `heron` #304

Closed Eldolfin closed 2 years ago

Eldolfin commented 2 years ago

I'm getting this error using heron v4.0.0-alpha.4 with bevy 0.8.0: I'm stuck

error[E0432]: unresolved import `heron::prelude`
 --> src/main.rs:4:12
  |
4 | use heron::prelude::*;
  |            ^^^^^^^ could not find `prelude` in `heron`