hkrn / nanoem

nanoem is an MMD (MikuMikuDance) compatible implementation and its like cross-platform application mainly built for macOS.
https://nanoem.rtfd.io
Other
276 stars 38 forks source link

[rust] terminate method of plugin instance now takes ownership #455

Closed hkrn closed 3 months ago

hkrn commented 3 months ago

Summary

This PR changes terminate method of plugin instances takes ownership to ensure disposing plugin instance.

Note