Skip to content

Stuart v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@w-henderson w-henderson released this 14 Sep 16:17
· 28 commits to master since this release
bb15a13

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

Full Changelog: v0.1.1...v0.2.0