]> git.nihav.org Git - nihav.git/blobdiff - nihav-core/Cargo.toml
core/frame: introduce NASideData
[nihav.git] / nihav-core / Cargo.toml
index 9b0416476b3fde41330cbdb7f758e0c2bb9b220c..f3f46f9a20d998ff159420302ef811d986a86442 100644 (file)
@@ -5,7 +5,10 @@ authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
 edition = "2018"
 
 [features]
-default = ["decoders", "demuxers"]
+default = ["decoders", "demuxers", "compr"]
 
 decoders = []
 demuxers = []
+
+compr = ["deflate"]
+deflate = []
\ No newline at end of file