distributed_physics_test/.vscode/settings.json
Michael Bradley b5792648eb
Update to Bevy 0.16
Also update RNG handling
2025-05-17 15:57:35 -04:00

19 lines
370 B
JSON

{
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
},
"rust-analyzer.check.command": "clippy", // "check", //
"rust-analyzer.cargo.targetDir": true,
"cSpell.words": [
"codegen",
"despawn",
"Despawns",
"recip",
"respawns",
"timestep",
"timesteps",
"winit",
"wyrand"
]
}