Skip to content

Commit 8083541

Browse files
committed
use a math backend for bevy_input_focus
1 parent 4ea89a5 commit 8083541

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check-releasability.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ jobs:
133133
# needs a math backend
134134
- crate: "bevy_window"
135135
extra: "--no-default-features"
136+
# needs a math backend
137+
- crate: "bevy_input_focus"
138+
extra: "--no-default-features"
136139
# needs either x11 or wayland feature enabled
137140
- crate: "bevy_winit"
138141
extra: "--no-default-features"
@@ -161,6 +164,8 @@ jobs:
161164
extra: "--no-default-features --features bevy_math/libm"
162165
- crate: "bevy_window"
163166
extra: "--no-default-features --features bevy_math/libm"
167+
- crate: "bevy_input_focus"
168+
extra: "--no-default-features --features bevy_math/libm"
164169
- crate: "bevy_winit"
165170
extra: "--no-default-features --features winit/x11"
166171
steps:

0 commit comments

Comments
 (0)