You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|bevy_anti_alias|Provides various anti aliasing solutions|
@@ -120,9 +122,13 @@ This is the complete `bevy` cargo feature list, without "profiles" or "collectio
120
122
|experimental_bevy_ui_widgets|Experimental headless widget collection for Bevy UI.|
121
123
|experimental_pbr_pcss|Enable support for PCSS, at the risk of blowing past the global, per-shader sampler limit on older/lower-end GPUs|
122
124
|exr|EXR image format support|
125
+
|fallback-flac|FLAC audio format support (through `claxon`)|
126
+
|fallback-mp3|MP3 audio format support (through `minimp3`)|
127
+
|fallback-vorbis|OGG/VORBIS audio format support (through `lewton`)|
128
+
|fallback-wav|WAV audio format support (through `hound`)|
123
129
|ff|Farbfeld image format support|
124
130
|file_watcher|Enables watching the filesystem for Bevy Asset hot-reloading|
125
-
|flac|FLAC audio format support (through `claxon`)|
131
+
|flac|FLAC audio format support (through `symphonia`)|
126
132
|force_disable_dlss|Forcibly disable DLSS so that cargo build --all-features works without the DLSS SDK being installed. Not meant for users.|
127
133
|free_camera|Enables the free cam from bevy_camera_controller|
128
134
|ghost_nodes|Experimental support for nodes that are ignored for UI layouting|
@@ -142,7 +148,8 @@ This is the complete `bevy` cargo feature list, without "profiles" or "collectio
142
148
|meshlet_processor|Enables processing meshes into meshlet meshes for bevy_pbr|
143
149
|morph|Enables support for morph target weights in bevy_mesh|
144
150
|morph_animation|Enables bevy_mesh and bevy_animation morph weight support|
145
-
|mp3|MP3 audio format support (through `minimp3`)|
151
+
|mp3|MP3 audio format support (through `symphonia`)|
152
+
|mp4|MP4 audio format support (through `symphonia`). It also enables AAC support.|
146
153
|multi_threaded|Enables multithreaded parallelism in the engine. Disabling it forces all engine tasks to run on a single thread.|
147
154
|pan_camera|Enables the pan camera from bevy_camera_controller|
148
155
|pbr_anisotropy_texture|Enable support for anisotropy texture in the `StandardMaterial`, at the risk of blowing past the global, per-shader texture limit on older/lower-end GPUs|
@@ -168,13 +175,6 @@ This is the complete `bevy` cargo feature list, without "profiles" or "collectio
168
175
|sprite_picking|Provides an implementation for picking sprites|
169
176
|statically-linked-dxc|Statically linked DXC shader compiler for DirectX 12|
170
177
|std|Allows access to the `std` crate.|
171
-
|symphonia-aac|AAC audio format support (through `symphonia`)|
172
-
|symphonia-all|AAC, FLAC, MP3, MP4, OGG/VORBIS, and WAV audio formats support (through `symphonia`)|
173
-
|symphonia-flac|FLAC audio format support (through `symphonia`)|
174
-
|symphonia-isomp4|MP4 audio format support (through `symphonia`)|
175
-
|symphonia-mp3|MP3 audio format support (through `symphonia`)|
176
-
|symphonia-vorbis|OGG/VORBIS audio format support (through `symphonia`)|
177
-
|symphonia-wav|WAV audio format support (through `symphonia`)|
178
178
|sysinfo_plugin|Enables system information diagnostic plugin|
179
179
|tga|TGA image format support|
180
180
|tiff|TIFF image format support|
@@ -185,8 +185,8 @@ This is the complete `bevy` cargo feature list, without "profiles" or "collectio
185
185
|trace_tracy_memory|Tracing support, with memory profiling, exposing a port for Tracy|
186
186
|track_location|Enables source location tracking for change detection and spawning/despawning, which can assist with debugging|
187
187
|ui_picking|Provides an implementation for picking UI|
188
-
|vorbis|OGG/VORBIS audio format support (through `lewton`)|
189
-
|wav|WAV audio format support (through `hound`)|
188
+
|vorbis|OGG/VORBIS audio format support (through `symphonia`)|
189
+
|wav|WAV audio format support (through `symphonia`)|
190
190
|wayland|Wayland display server support|
191
191
|web|Enables use of browser APIs. Note this is currently only applicable on `wasm32` architectures.|
192
192
|web_asset_cache|Enable caching downloaded assets on the filesystem. NOTE: this cache currently never invalidates entries!|
0 commit comments