Stuart v0.2.0
Pre-release
Pre-release
This release adds plugin support. Documentation for this is available in the README. Defining plugin dependencies is as simple as adding them to the [dependencies]
table of your stuart.toml
, for example:
[dependencies]
my_plugin = "/path/to/plugin.so"
my_other_plugin = "/path/to/cargo/project/"
my_remote_plugin = "https://github.com/username/plugin"
Please note that to build plugins, Git and a Rust toolchain are required. Without these, you can only use precompiled plugins.
What's Changed
- Added plugin support by @w-henderson in #5
Full Changelog: v0.1.1...v0.2.0