This has been a long time coming.
Adds a plugin system based on loading dynamic libraries and calling functions from them each frame. Also, a crate to make development of plugins in rust easy.
Works on Linux and Windows
Core 2.0 docs fail on docsrs because it uses nightly toolchain and one of our transitive deps is broken. Will push a patch version if they push the fix to crates.io soon
Things still left to potentially do:
(削除) write an example plugin (?) (削除ここまで)(削除) Investigate nonfatal plugin loading errors (削除ここまで)
This has been a long time coming.
Adds a plugin system based on loading dynamic libraries and calling functions from them each frame. Also, a crate to make development of plugins in rust easy.
Works on Linux and Windows
Core 2.0 docs fail on docsrs because it uses nightly toolchain and one of our transitive deps is broken. Will push a patch version if they push the fix to crates.io soon
Things still left to potentially do:
* ~~write an example plugin (?)~~
* ~~Investigate nonfatal plugin loading errors~~