From 8429dd2138534b70c53225ec1dd9b819d1e435e4 Mon Sep 17 00:00:00 2001 From: Torstein Grindvik Date: Wed, 21 Dec 2022 13:30:18 +0100 Subject: [PATCH] README.md example add Signed-off-by: Torstein Grindvik --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index e354e6f2831206..87bcfff6614c10 100644 --- a/examples/README.md +++ b/examples/README.md @@ -150,6 +150,7 @@ Example | Description [Headless](../examples/app/headless.rs) | An application that runs without default plugins [Logs](../examples/app/logs.rs) | Illustrate how to use generate log output [No Renderer](../examples/app/no_renderer.rs) | An application that runs with default plugins and displays an empty window, but without an actual renderer +[Picking](../examples/app/picking.rs) | An application that show how to pick/select objects and UI elements [Plugin](../examples/app/plugin.rs) | Demonstrates the creation and registration of a custom plugin [Plugin Group](../examples/app/plugin_group.rs) | Demonstrates the creation and registration of a custom plugin group [Return after Run](../examples/app/return_after_run.rs) | Show how to return to main after the Bevy app has exited