Add ThreadPool into the readme as an optional dependency.

This commit is contained in:
Relintai 2020-08-04 10:08:31 +02:00
parent 919620031b
commit 58af069429

View File

@ -11,9 +11,10 @@ check whether it works from time to time.
## Optional Dependencies
`https://github.com/Relintai/texture_packer`: you get access to [VoxelmanLibraryMerger](#voxelmanlibrarymerger) \
`https://github.com/Relintai/mesh_data_resource`: you get access to a bunch of properties, and methods that can manipulate meshes.\
`https://github.com/Relintai/props`: you get access to a bunch of properties, and methods that can manipulate, and use props.
`https://github.com/Relintai/thread_pool`: Threaded chunk generation. Without this Voxelman is single threaded! \
`https://github.com/Relintai/texture_packer`: You get access to [VoxelmanLibraryMerger](#voxelmanlibrarymerger). \
`https://github.com/Relintai/mesh_data_resource`: You get access to a bunch of properties, and methods that can manipulate meshes.\
`https://github.com/Relintai/props`: You get access to a bunch of properties, and methods that can manipulate, and use props.
## Pre-built binaries