mirror of
https://github.com/encounter/rust-ffmpeg.git
synced 2026-07-10 21:18:39 -07:00
chore: add serde as an optional dependency
This commit is contained in:
@@ -102,6 +102,11 @@ libc = "0.2"
|
||||
bitflags = "1.0"
|
||||
thiserror = "1"
|
||||
|
||||
[dependencies.serde]
|
||||
version = "1.0.0"
|
||||
optional = true
|
||||
features = ["derive"]
|
||||
|
||||
[dependencies.image]
|
||||
version = "0.23"
|
||||
optional = true
|
||||
|
||||
Reference in New Issue
Block a user