mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 14:40:19 +00:00
ec7ad4254c
Changed grammar and wording on two entries to make them easier to understand and fit better into the context (make MP3 format fit better alongside the audio formats).
996 B
996 B
Cargo Features
Default Features
bevy_audio
Audio support. Support for all audio formats depends on this.
bevy_gltf
glTF support.
bevy_winit
GUI support.
bevy_wgpu
Make use of GPU via WebGPU support.
render
The render pipeline and all render related plugins.
dynamic_plugins
Plugins for dynamic loading (libloading)
png
PNG picture format support.
hdr
HDR support.
mp3
MP3 audio format support.
x11
Make GUI applications use X11 protocol. You could enable wayland feature to override this.
Optional Features
profiler
For profiler.
wgpu_trace
For tracing wgpu.
flac
FLAC audio format support. It's included in bevy_audio feature.
wav
WAV audio format support.
vorbis
Vorbis audio format support.
wayland
Enable this to use Wayland display server protocol other than X11.