X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-game%2FCargo.toml;h=b52dabb68b8d19fa09e65b0fd27c0b916129ea9f;hb=4998874b5e346025fa65e27020503989eebe47e6;hp=a429135d5aec5d0229d05abade690bd8a8aa2071;hpb=801bba83e901a9d496d05692d0489d31b21e570f;p=nihav.git diff --git a/nihav-game/Cargo.toml b/nihav-game/Cargo.toml index a429135..b52dabb 100644 --- a/nihav-game/Cargo.toml +++ b/nihav-game/Cargo.toml @@ -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" }