We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea89a5 commit 8083541Copy full SHA for 8083541
.github/workflows/check-releasability.yml
@@ -133,6 +133,9 @@ jobs:
133
# needs a math backend
134
- crate: "bevy_window"
135
extra: "--no-default-features"
136
+ # needs a math backend
137
+ - crate: "bevy_input_focus"
138
+ extra: "--no-default-features"
139
# needs either x11 or wayland feature enabled
140
- crate: "bevy_winit"
141
@@ -161,6 +164,8 @@ jobs:
161
164
extra: "--no-default-features --features bevy_math/libm"
162
165
163
166
167
168
+ extra: "--no-default-features --features bevy_math/libm"
169
170
extra: "--no-default-features --features winit/x11"
171
steps:
0 commit comments