Skip to content

Commit

Permalink
feat: accesskit_unix enables winit
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Jul 25, 2024
1 parent f6a10df commit 6ee6693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bevy.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
max_combo_size = 2

[[rule]]
when = "bevy_winit"
when = ["bevy_winit", "OR", "accesskit_unix"]
require = ["x11", "OR", "wayland"]

0 comments on commit 6ee6693

Please sign in to comment.