pinakes-plugin-api: initial UI schema types; manifest extension for GUI plugins
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I508f94798a6eaa800672bd95fa8127d86a6a6964
This commit is contained in:
parent
1accc202bc
commit
c86d9399ac
5 changed files with 2053 additions and 7 deletions
|
|
@ -15,10 +15,12 @@ use thiserror::Error;
|
|||
|
||||
pub mod manifest;
|
||||
pub mod types;
|
||||
pub mod ui_schema;
|
||||
pub mod wasm;
|
||||
|
||||
pub use manifest::PluginManifest;
|
||||
pub use types::*;
|
||||
pub use ui_schema::*;
|
||||
pub use wasm::host_functions;
|
||||
|
||||
/// Plugin API version - plugins must match this version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue