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:
raf 2026-03-09 18:16:20 +03:00
commit c86d9399ac
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
5 changed files with 2053 additions and 7 deletions

View file

@ -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