The open source OpenXR runtime
1### Added
2- New `xrt` primitive: `xrt_future`, the internal Monado representation of OpenXR futures.
3- Support for `XR_EXT_future` extension, enabling implementation of new extensions with asynchronous functions.
4- Developer documentation for using futures and implementing async functions, including server, client, and IPC integration guidelines.