X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;ds=sidebyside;f=nihav-game%2FCargo.toml;h=b52dabb68b8d19fa09e65b0fd27c0b916129ea9f;hb=b4d5b8515e75383b4fc59ea2813c90c615d59a96;hp=a429135d5aec5d0229d05abade690bd8a8aa2071;hpb=2b8bf9a03242bbd6e80091082a50ec13b1a95143;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" }