Release 3.2.0
Changes
- Add
async
version oftobj::load_obj_buf
for use in situations where blocking IO cannot be used (e.g., WebAssembly). This adds a new APItobj::load_obj_buf_async
which is behind theasync
feature gate. Thanks @hwoodiwiss for adding this feature!