Skip to content

Release 3.2.0

Compare
Choose a tag to compare
@Twinklebear Twinklebear released this 22 Aug 20:35
· 43 commits to master since this release

Changes

  • Add async version of tobj::load_obj_buf for use in situations where blocking IO cannot be used (e.g., WebAssembly). This adds a new API tobj::load_obj_buf_async which is behind the async feature gate. Thanks @hwoodiwiss for adding this feature!