chore(plugin): adopt fai-plugin-sdk naming + fai-plugins repo URL
Three SDK families convention from fai/platform/docs/architecture/sdks.md: base name carries family, suffix carries language. This plugin now depends on fai-plugin-sdk (was fai-studio-plugin-sdk) and moves to the fai-plugins/ org on Forgejo. Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
parent
65986ff8a1
commit
0ec78fb06f
4 changed files with 9 additions and 9 deletions
|
|
@ -15,17 +15,17 @@ authors = ["Dr. Stefan Flemming <platform@flemming.ai>"]
|
|||
license = "Apache-2.0"
|
||||
publish = false
|
||||
description = "F∆I Studio plugin — Solarized Light and Dark theme"
|
||||
repository = "https://git.flemming.ai/fai-modules/studio-theme-solarized"
|
||||
repository = "https://git.flemming.ai/fai-plugins/studio-theme-solarized"
|
||||
rust-version = "1.85"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
# The SDK lives in fai/fai_studio_plugin_sdk during bootstrap;
|
||||
# The SDK lives in fai/fai_plugin_sdk_rust during bootstrap;
|
||||
# in production this will be a git dependency pointing at
|
||||
# https://git.flemming.ai/fai/studio-plugin-sdk.
|
||||
fai-studio-plugin-sdk = { path = "../../fai_studio_plugin_sdk" }
|
||||
# https://git.flemming.ai/fai/plugin-sdk-rust.
|
||||
fai-plugin-sdk = { path = "../../fai_plugin_sdk_rust" }
|
||||
|
||||
[package.metadata.component]
|
||||
package = "fai:studio-plugin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue