Skip to content

Commit d972d34

Browse files
committed
Add entry to example README
1 parent 7c1d4cb commit d972d34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ Example | File | Description
141141
`logs` | [`app/logs.rs`](./app/logs.rs) | Illustrate how to use generate log output
142142
`plugin` | [`app/plugin.rs`](./app/plugin.rs) | Demonstrates the creation and registration of a custom plugin
143143
`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.
144145
`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
145146
`thread_pool_resources` | [`app/thread_pool_resources.rs`](./app/thread_pool_resources.rs) | Creates and customizes the internal thread pool
146147
`without_winit` | [`app/without_winit.rs`](./app/without_winit.rs) | Create an application without winit (runs single time, no event loop)

0 commit comments

Comments
 (0)