Skip to content

Commit 1521d54

Browse files
committed
Add entry to example README
1 parent 693ec33 commit 1521d54

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
@@ -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

0 commit comments

Comments
 (0)