Window and Plugins
#14522
-
|
What are the necessary plugin to make a window in Bevy without use DefaultPlugins? |
Beta Was this translation helpful? Give feedback.
Answered by
atornity
Jul 29, 2024
Replies: 1 comment 3 replies
-
|
it seems to work with just |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
alice-i-cecile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


it seems to work with just
WindowPlugin,WinitPluginandAccessibilityPlugin.