···11//! A very simple example using Bevy. Requires the `bevy` feature flag.
22-//! There are two other versions of this example, one using a simple main loop and the other using Bevy Butler.
22+//! There are two other versions of this example, one using a simple main loop and the other using Bevy Auto Plugin.
3344use bevy::prelude::*;
55use immediate_stats::*;