File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ Example | File | Description
120120` logs ` | [ ` app/logs.rs ` ] ( ./app/logs.rs ) | Illustrate how to use generate log output
121121` plugin ` | [ ` app/plugin.rs ` ] ( ./app/plugin.rs ) | Demonstrates the creation and registration of a custom plugin
122122` plugin_group ` | [ ` app/plugin_group.rs ` ] ( ./app/plugin_group.rs ) | Demonstrates the creation and registration of a custom plugin group
123+ ` random ` | [ ` app/random.rs ` ] ( ./app/random.rs ) | Show how to use a central source of entropy for random number generation.
123124` return_after_run ` | [ ` app/return_after_run.rs ` ] ( ./app/return_after_run.rs ) | Show how to return to main after the Bevy app has exited
124125` thread_pool_resources ` | [ ` app/thread_pool_resources.rs ` ] ( ./app/thread_pool_resources.rs ) | Creates and customizes the internal thread pool
125126
You can’t perform that action at this time.
0 commit comments