Merge pull request #159 from xd009642/fix/compile_error

Fixes compile error caused by Flag without serde
This commit is contained in:
Chronos
2021-08-23 15:16:59 +02:00
committed by GitHub
+1
View File
@@ -1,4 +1,5 @@
pub mod flag;
#[cfg(feature = "serde")]
pub use self::flag::Flags;
pub mod dither;