mirror of
https://github.com/encounter/rust-ffmpeg-zmwangx.git
synced 2026-07-10 21:18:40 -07:00
Fixes compile error caused by Flag without serde
If the serde feature isn't enabled then Flag doesn't exist and the crate doesn't compile successfully
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
pub mod flag;
|
||||
#[cfg(feature = "serde")]
|
||||
pub use self::flag::Flags;
|
||||
|
||||
pub mod dither;
|
||||
|
||||
Reference in New Issue
Block a user