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