Skip to main content

MIR_PLUGIN_API_VERSION

Constant MIR_PLUGIN_API_VERSION 

Source
pub const MIR_PLUGIN_API_VERSION: u32 = 2;
Expand description

Bumped whenever the MirPlugin trait or event types change incompatibly. Dylib plugins built against a different version are refused at load time.