Skip to content

Commit 6b3178e

Browse files
committed
winit backend for default_app feature
1 parent 3d2a69e commit 6b3178e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-releasability.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,13 +261,16 @@ jobs:
261261
- feature: "accesskit_unix"
262262
# needs to know linux windowing backend
263263
- feature: "custom_cursor"
264+
# needs to know linux windowing backend
265+
- feature: "default_app"
264266
include:
265267
- feature: "smaa_luts,zstd_rust"
266268
- feature: "tonemapping_luts,zstd_rust"
267269
- feature: "bluenoise_texture,zstd_rust"
268270
- feature: "bevy_winit,x11"
269271
- feature: "accesskit_unix,x11"
270272
- feature: "custom_cursor,x11"
273+
- feature: "default_app,x11"
271274
steps:
272275
- name: Checkout Bevy
273276
uses: actions/checkout@v4

0 commit comments

Comments
 (0)