Skip to content

Commit 4c86b99

Browse files
committed
Update cargo_features.md (#1939)
This adds missing features to the cargo_features.md file. closes #1391
1 parent d508923 commit 4c86b99

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/cargo_features.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,18 @@
2020

2121
|feature name|description|
2222
|-|-|
23+
|dynamic|Forces bevy to be dynamically linked, which improves iterative compile times.|
2324
|trace|Enables system tracing (useful in tandem with a feature like trace_chrome).|
2425
|trace_chrome|Enables [tracing-chrome](https://github.com/thoren-d/tracing-chrome) as bevy_log output. This allows you to visualize system execution.|
2526
|wgpu_trace|For tracing wgpu.|
27+
|dds|DDS picture format support.|
28+
|tga|TGA picture format support.|
29+
|jpeg|JPEG picture format support.|
30+
|bmp|BMP picture format support.|
2631
|flac|FLAC audio format support. It's included in bevy_audio feature.|
2732
|wav|WAV audio format support.|
2833
|vorbis|Vorbis audio format support.|
34+
|serialize|Enables serialization of `bevy_input` types.|
2935
|wayland|Enable this to use Wayland display server protocol other than X11.|
3036
|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.|
37+
|bevy_ci_testing|Used for running examples in CI.|

0 commit comments

Comments
 (0)