From 9587cbd39b319e6fb5f7546ce633044178ee1c95 Mon Sep 17 00:00:00 2001 From: Lucas Farias Date: Sat, 21 Jun 2025 16:23:10 -0300 Subject: [PATCH] Update examples README --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index 7b21d15da3..0fb10d8af5 100644 --- a/examples/README.md +++ b/examples/README.md @@ -586,6 +586,7 @@ Example | Description --- | --- [Context Menu](../examples/usage/context_menu.rs) | Example of a context menu [Cooldown](../examples/usage/cooldown.rs) | Example for cooldown on button clicks +[Selection Menu](../examples/usage/control_flow/selection_menu.rs) | Shows multiple types of selection menu ## Window