You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -126,12 +126,11 @@ Example | File | Description
126
126
--- | --- | ---
127
127
`audio` | [`audio/audio.rs`](./audio/audio.rs) | Shows how to load and play an audio file
128
128
129
-
## Development
129
+
## Diagnostics
130
130
131
131
Example | File | Description
132
132
--- | --- | ---
133
133
`custom_diagnostic` | [`diagnostics/custom_diagnostic.rs`](./diagnostics/custom_diagnostic.rs) | Shows how to create a custom diagnostic
134
-
`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
135
134
`log_diagnostics` | [`diagnostics/log_diagnostics.rs`](./diagnostics/log_diagnostics.rs) | Add a plugin that logs diagnostics to the console
136
135
137
136
## ECS (Entity Component System)
@@ -198,6 +197,12 @@ Example | File | Description
198
197
`shader_custom_material` | [`shader/shader_custom_material.rs`](./shader/shader_custom_material.rs) | Illustrates creating a custom material and a shader that uses it
199
198
`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)
200
199
200
+
## Tests
201
+
202
+
Example | File | Description
203
+
--- | --- | ---
204
+
`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
0 commit comments