Update to Bevy 0.16
Also update RNG handling
This commit is contained in:
parent
8a1064138f
commit
b5792648eb
4 changed files with 850 additions and 556 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue