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
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -39,7 +39,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
||||
|
||||
[[package]]
|
||||
name = "fai-studio-plugin-sdk"
|
||||
name = "fai-plugin-sdk"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"wit-bindgen",
|
||||
|
|
@ -209,7 +209,7 @@ dependencies = [
|
|||
name = "studio_theme_solarized"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"fai-studio-plugin-sdk",
|
||||
"fai-plugin-sdk",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue