modify Cargo.toml

This commit is contained in:
2026-02-25 17:10:12 +08:00
parent 35574fcdb8
commit 6f1354a5c0

View File

@@ -5,7 +5,7 @@ edition = "2024"
[dependencies] [dependencies]
# 啟用 "static" feature 進行靜態編譯 # 啟用 "static" feature 進行靜態編譯
# 注意:版本號可能需要根據實際情況調整,目前推薦使用 7.0 或最新版本 # 注意:版本號可能需要根據實際情況調整,使用 8.0 或最新版本
ffmpeg-next = { version = "8.0", features = ["static"] } ffmpeg-next = { version = "8.0", features = ["static"] }
# [可選] 如果你希望進一步減小體積或指定編譯選項,可以添加 build-dependencies # [可選] 如果你希望進一步減小體積或指定編譯選項,可以添加 build-dependencies