IyesGames / iyes_loopless

Alternatives to Bevy States, FixedTimestep, Run Criteria, that do not use "stage looping" and are composable
Other
249 stars 27 forks source link

Build fails without "states" feature #37

Closed johanhelsing closed 2 years ago

johanhelsing commented 2 years ago
   Compiling iyes_loopless v0.7.1
error[E0433]: failed to resolve: could not find `state` in the crate root
  --> C:\Users\Johan\.cargo\registry\src\github.com-1ecc6299db9ec823\iyes_loopless-0.7.1\src\lib.rs:13:20
   |
13 |     pub use crate::state::schedule::ScheduleLooplessStateExt;
   |                    ^^^^^ could not find `state` in the crate root

For more information about this error, try `rustc --explain E0433`.
error: could not compile `iyes_loopless` due to previous error
Error: cargo command failed
error: process didn't exit successfully: `target\debug\xtask.exe dist ultra_bevy` (exit code: 1)
\"[Finished running. Exit status: 0]\"