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
Forces bevy to be dynamically linked, which improves iterative compile times.
trace
Enables system tracing.
trace_chrome
Enables tracing-chrome as bevy_log output. This allows you to visualize system execution.
trace_tracy
Enables Tracy as bevy_log output. This allows Tracy to connect to and capture profiling data as well as visualize system execution in real-time, present statistics about system execution times, and more.
wgpu_trace
For tracing wgpu.
dds
DDS picture format support.
tga
TGA picture format support.
jpeg
JPEG picture format support.
bmp
BMP picture format support.
flac
FLAC audio format support. It's included in bevy_audio feature.
mp3
MP3 audio format support.
wav
WAV audio format support.
serialize
Enables serialization of bevy_input types.
wayland
Enable this to use Wayland display server protocol other than X11.
subpixel_glyph_atlas
Enable this to cache glyphs using subpixel accuracy. This increases texture memory usage as each position requires a separate sprite in the glyph atlas, but provide more accurate character spacing.