We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28a07b commit 0e5d780Copy full SHA for 0e5d780
src/screens/title.rs
@@ -21,6 +21,7 @@ pub(super) fn plugin(app: &mut App) {
21
enum MenuButton {
22
NewGame,
23
Settings,
24
+ #[cfg(not(target_arch = "wasm32"))]
25
Quit,
26
}
27
0 commit comments