File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ Example | File | Description
120
120
` logs ` | [ ` app/logs.rs ` ] ( ./app/logs.rs ) | Illustrate how to use generate log output
121
121
` plugin ` | [ ` app/plugin.rs ` ] ( ./app/plugin.rs ) | Demonstrates the creation and registration of a custom plugin
122
122
` 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.
123
124
` 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
124
125
` thread_pool_resources ` | [ ` app/thread_pool_resources.rs ` ] ( ./app/thread_pool_resources.rs ) | Creates and customizes the internal thread pool
125
126
You can’t perform that action at this time.
0 commit comments