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 @@ -141,6 +141,7 @@ Example | File | Description
141
141
` logs ` | [ ` app/logs.rs ` ] ( ./app/logs.rs ) | Illustrate how to use generate log output
142
142
` plugin ` | [ ` app/plugin.rs ` ] ( ./app/plugin.rs ) | Demonstrates the creation and registration of a custom plugin
143
143
` plugin_group ` | [ ` app/plugin_group.rs ` ] ( ./app/plugin_group.rs ) | Demonstrates the creation and registration of a custom plugin group
144
+ ` random ` | [ ` app/random.rs ` ] ( ./app/random.rs ) | Show how to use a central source of entropy for random number generation.
144
145
` 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
145
146
` thread_pool_resources ` | [ ` app/thread_pool_resources.rs ` ] ( ./app/thread_pool_resources.rs ) | Creates and customizes the internal thread pool
146
147
` without_winit ` | [ ` app/without_winit.rs ` ] ( ./app/without_winit.rs ) | Create an application without winit (runs single time, no event loop)
You can’t perform that action at this time.
0 commit comments