Bunch of changes, like a lot

This commit is contained in:
Elias Wendland
2026-07-17 18:58:52 +02:00
parent f07f54d4c1
commit 3297f60f00
25 changed files with 566 additions and 285 deletions
+2 -11
View File
@@ -2,15 +2,7 @@
members = [
".",
"crates/convertis-plugin-api",
"plugins/ffmpeg-audio",
"plugins/ffmpeg-video",
"plugins/ffmpeg-video-to-frames",
"plugins/ffmpeg-frames-to-video",
"plugins/native-image",
"plugins/image-ascii",
"plugins/html",
"plugins/imagemagick",
"plugins/graphicsmagick",
"plugins/*",
]
resolver = "2"
@@ -22,7 +14,7 @@ license = "GPL-3.0-only"
repository = "https://git.ewenlau.net/ewenlau/convertis"
[workspace.dependencies]
convertis-plugin-api = { path = "crates/convertis-plugin-api", version = "=0.3.0-dev" }
convertis-plugin-api = { path = "crates/convertis-plugin-api", version = "=2.0.0" }
base64 = "0.22"
image = "0.25.10"
serde = { version = "1", features = ["derive"] }
@@ -55,7 +47,6 @@ gif = "0.14"
libloading = "0.8"
serde.workspace = true
serde_json.workspace = true
semver = "1"
tempfile.workspace = true
tracing = "0.1.44"
tracing-subscriber = "0.3.23"