From 53bc278d850a304bc6e465bb0659f6e3fa3b60d1 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sun, 2 Aug 2026 14:42:09 +0300 Subject: [PATCH] fix: restore agent selection on Windows 11 Update dependencies to resolve the bug preventing agent selection on Windows 11. Fixes #3 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 01f3483..dbd9419 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,6 +30,7 @@ bevy = { version = "0.18", optional = true, default-features = false, features = "bevy_core_pipeline", "bevy_pbr", "bevy_render", + "bevy_focus_manager", "bevy_text", "bevy_ui", "bevy_ui_render",