We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2a69e commit 6b3178eCopy full SHA for 6b3178e
1 file changed
.github/workflows/check-releasability.yml
@@ -261,13 +261,16 @@ jobs:
261
- feature: "accesskit_unix"
262
# needs to know linux windowing backend
263
- feature: "custom_cursor"
264
+ # needs to know linux windowing backend
265
+ - feature: "default_app"
266
include:
267
- feature: "smaa_luts,zstd_rust"
268
- feature: "tonemapping_luts,zstd_rust"
269
- feature: "bluenoise_texture,zstd_rust"
270
- feature: "bevy_winit,x11"
271
- feature: "accesskit_unix,x11"
272
- feature: "custom_cursor,x11"
273
+ - feature: "default_app,x11"
274
steps:
275
- name: Checkout Bevy
276
uses: actions/checkout@v4
0 commit comments