Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/public/registry/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,14 @@
"id": "servo",
"name": "Servo Web Renderer",
"description": "Render web pages to RGBA8 video frames via the Servo web engine",
"latest": "0.1.0",
"latest": "0.2.0",
"versions": [
{
"version": "0.2.0",
"manifest_url": "https://streamkit.dev/registry/plugins/servo/0.2.0/manifest.json",
"signature_url": "https://streamkit.dev/registry/plugins/servo/0.2.0/manifest.minisig",
"published_at": "2026-06-27"
},
{
"version": "0.1.0",
"manifest_url": "https://streamkit.dev/registry/plugins/servo/0.1.0/manifest.json",
Expand Down
2 changes: 1 addition & 1 deletion marketplace/official-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
{
"id": "servo",
"name": "Servo Web Renderer",
"version": "0.1.0",
"version": "0.2.0",
"node_kind": "servo",
"kind": "native",
"entrypoint": "libservo_web.so",
Expand Down
Loading
Loading