Skip to content

Commit 84e0ad7

Browse files
committed
Run the suggested command
1 parent e55eae6 commit 84e0ad7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/cargo_features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ The default feature set enables most of the expected features of a game engine,
3131
|filesystem_watcher|Enable watching file system for asset hot reload|
3232
|hdr|HDR image format support|
3333
|ktx2|KTX2 compressed texture support|
34-
|multi-threaded|Enables use of multithreading throughout the engine. Does nothing on WASM platforms.|
34+
|multi-threaded|Enables multithreaded parallelism in the engine. Disabling it forces all engine
35+
# tasks to run on a single thread.|
3536
|png|PNG image format support|
3637
|tonemapping_luts|Include tonemapping Look Up Tables KTX2 files|
3738
|vorbis|OGG/VORBIS audio format support|

0 commit comments

Comments
 (0)