Update to Bevy 0.16

Also update RNG handling
This commit is contained in:
Michael Bradley 2025-05-17 15:57:35 -04:00
parent 8a1064138f
commit b5792648eb
Signed by: MichaelBradley
SSH key fingerprint: SHA256:BKO2eI2LPsCbQS3n3i5SdwZTAIV3F1lHezR07qP+Ob0
4 changed files with 850 additions and 556 deletions

View file

@ -6,11 +6,14 @@
"rust-analyzer.check.command": "clippy", // "check", //
"rust-analyzer.cargo.targetDir": true,
"cSpell.words": [
"codegen",
"despawn",
"Despawns",
"recip",
"respawns",
"timestep",
"timesteps"
"timesteps",
"winit",
"wyrand"
]
}