unfortunately, this whole project was doomed from the start
unloading libraries is unsupported/will lead to serious runtime issues on most if not all platforms
This commit is contained in:
parent
9efcf6b526
commit
75f26afd01
3 changed files with 28 additions and 96 deletions
|
@ -13,7 +13,6 @@ pub type RegisterFn = *mut dyn Plugin;
|
|||
#[derive(Debug)]
|
||||
pub enum PluginResult {
|
||||
Ok,
|
||||
FunctionNotFound,
|
||||
Other(String),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue