Skip to content

Commit a201c50

Browse files
committed
back to tests & diagnostics
1 parent 3287697 commit a201c50

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

examples/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ git checkout v0.4.0
4040
- [Application](#application)
4141
- [Assets](#assets)
4242
- [Audio](#audio)
43-
- [Development](#development)
43+
- [Diagnostics](#diagnostics)
4444
- [ECS (Entity Component System)](#ecs-entity-component-system)
4545
- [Games](#games)
4646
- [Input](#input)
@@ -127,12 +127,11 @@ Example | File | Description
127127
--- | --- | ---
128128
`audio` | [`audio/audio.rs`](./audio/audio.rs) | Shows how to load and play an audio file
129129

130-
## Development
130+
## Diagnostics
131131

132132
Example | File | Description
133133
--- | --- | ---
134134
`custom_diagnostic` | [`diagnostics/custom_diagnostic.rs`](./diagnostics/custom_diagnostic.rs) | Shows how to create a custom diagnostic
135-
`how_to_test_systems` | [`../tests/how_to_test_systems.rs`](../tests/how_to_test_systems.rs) | How to test systems with commands, queries or resources
136135
`log_diagnostics` | [`diagnostics/log_diagnostics.rs`](./diagnostics/log_diagnostics.rs) | Add a plugin that logs diagnostics to the console
137136

138137
## ECS (Entity Component System)
@@ -199,6 +198,12 @@ Example | File | Description
199198
`shader_custom_material` | [`shader/shader_custom_material.rs`](./shader/shader_custom_material.rs) | Illustrates creating a custom material and a shader that uses it
200199
`shader_defs` | [`shader/shader_defs.rs`](./shader/shader_defs.rs) | Demonstrates creating a custom material that uses "shaders defs" (a tool to selectively toggle parts of a shader)
201200

201+
## Tests
202+
203+
Example | File | Description
204+
--- | --- | ---
205+
`how_to_test_systems` | [`../tests/how_to_test_systems.rs`](../tests/how_to_test_systems.rs) | How to test systems with commands, queries or resources
206+
202207
## Tools
203208

204209
Example | File | Description

0 commit comments

Comments
 (0)