Here is a list of all the libraries that we'll need to bring in through `vcpkg` (see #1). - OpenXR - [OpenAL Soft](https://openal-soft.org) - [FLECS](https://github.com/SanderMerten/flecs) - [WAVM](https://github.com/wavm/wavm) (see #2) - [tomlc99](https://github.com/cktan/tomlc99) - [cmocka](https://cmocka.org) - [libuv](https://libuv.org) (file I/O, networking, and OS threading for FLECS) - [cglm](https://github.com/recp/cglm) - [Bullet](https://pybullet.org/wordpress/)
Here is a list of all the libraries that we'll need to bring in through
vcpkg(see #1).