split nihav-codec-support crate from nihav-core
[nihav.git] / nihav-game / Cargo.toml
index a429135d5aec5d0229d05abade690bd8a8aa2071..b52dabb68b8d19fa09e65b0fd27c0b916129ea9f 100644 (file)
@@ -8,6 +8,10 @@ edition = "2018"
 path = "../nihav-core"
 features = []
 
+[dependencies.nihav_codec_support]
+path = "../nihav-codec-support"
+features = []
+
 [dev-dependencies]
 nihav_commonfmt = { path = "../nihav-commonfmt" }