migratetion to 0.18.0

This commit is contained in:
2026-02-16 00:02:00 +00:00
parent a9040a4c9e
commit 4ef68c4e04
17 changed files with 1260 additions and 732 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ fn main() {
})
.set(ImagePlugin::default_nearest()),
)
.add_plugins(bevy_rand::plugin::EntropyPlugin::<WyRand>::with_seed(
.add_plugins(EntropyPlugin::<WyRand>::with_seed(
(constants::SEED as u64).to_le_bytes(),
))
.insert_resource(ClearColor(Color::srgb(0., 0., 0.)))