refactor: restructure project into a workspace by introducing a plugin API crate and modularizing individual plugin definitions.
Release / check-release (push) Successful in 17s
Release / build (push) Skipped
Release / package (deb) (push) Skipped
Release / package (rpm) (push) Skipped
Release / publish (push) Skipped
CI / test (push) Failing after 2m6s

This commit is contained in:
Elias Wendland
2026-07-17 15:50:50 +02:00
parent 2ea317e117
commit eb76ed1937
43 changed files with 4243 additions and 2296 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"schema_version": 1,
"engine_version": "0.3.0",
"plugins": [
{ "id": "ffmpeg-audio", "package": "convertis-ffmpeg-audio" },
{ "id": "ffmpeg-video", "package": "convertis-ffmpeg-video" },
{ "id": "ffmpeg-video-to-frames", "package": "convertis-ffmpeg-video-to-frames" },
{ "id": "ffmpeg-frames-to-video", "package": "convertis-ffmpeg-frames-to-video" },
{ "id": "native-image", "package": "convertis-native-image" },
{ "id": "image-ascii", "package": "convertis-image-ascii" },
{ "id": "html", "package": "convertis-html" },
{ "id": "imagemagick", "package": "convertis-imagemagick" },
{ "id": "graphicsmagick", "package": "convertis-graphicsmagick" }
]
}