chore(plugin): adopt fai-plugin-sdk naming + fai-plugins repo URL
Aligns with the three SDK families convention in fai/platform/docs/architecture/sdks.md. Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
parent
884e275b0e
commit
302932182c
3 changed files with 5 additions and 5 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
#![allow(clippy::result_large_err)]
|
||||
|
||||
use fai_studio_plugin_sdk::{bindings, export_plugin};
|
||||
use fai_plugin_sdk::{bindings, export_plugin};
|
||||
|
||||
type ColorScheme = bindings::fai::studio_plugin::plugin_types::ColorScheme;
|
||||
type PluginError = bindings::fai::studio_plugin::plugin_types::PluginError;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue