From 6ee6693cf1ac646bd5701364913e83b2e8a482f0 Mon Sep 17 00:00:00 2001 From: BD103 <59022059+BD103@users.noreply.github.com> Date: Wed, 24 Jul 2024 23:07:23 -0400 Subject: [PATCH] feat: `accesskit_unix` enables `winit` --- config/bevy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/bevy.toml b/config/bevy.toml index 9b522bb..e11ae89 100644 --- a/config/bevy.toml +++ b/config/bevy.toml @@ -1,5 +1,5 @@ max_combo_size = 2 [[rule]] -when = "bevy_winit" +when = ["bevy_winit", "OR", "accesskit_unix"] require = ["x11", "OR", "wayland"]