Skip to content

Commit 09bf4cb

Browse files
committed
remove outdated version numbers from the instructions
1 parent 450e921 commit 09bf4cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ fn my_logic(engine: &mut Engine, game_state: &mut GameState) {
4848

4949
Key dependencies (keep versions aligned when updating):
5050
- `bevy` — Core engine (selective features: audio, rendering, text, gamepad, GLTF)
51-
- `bevy_prototype_lyon` 0.12.0 — Shape rendering for collider visualization
52-
- `ron` 0.8 — RON format serialization for collider data
53-
- `serde` 1.0 — Serialization/deserialization for colliders
54-
- `rand` 0.8 — Dev dependency only, used in examples
51+
- `bevy_prototype_lyon` — Shape rendering for collider visualization
52+
- `ron` — RON format serialization for collider data
53+
- `serde` — Serialization/deserialization for colliders
54+
- `rand` — Dev dependency only, used in examples
5555

5656
Dependencies that start with `bevy_` are bevy plugins and need to be a version supported by the version of bevy we are currently on. The README.md file for these dependencies usually has a table indicating which version(s) are compatible with bevy version(s).
5757

0 commit comments

Comments
 (0)