diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2019-01-17 15:14:02 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2019-01-17 16:17:26 +0100 |
commit | 38953fb529efad1b0b609eec77f7839e62ad2719 (patch) | |
tree | ff078f5cf18aed19bf0e3f8fa620695744e5ed3d /nihav-allstuff/Cargo.toml | |
parent | ce64639a7a453c797519d5bdb64b5424bde59262 (diff) | |
download | nihav-38953fb529efad1b0b609eec77f7839e62ad2719.tar.gz |
split remaining decoders and demuxer from core
Diffstat (limited to 'nihav-allstuff/Cargo.toml')
-rw-r--r-- | nihav-allstuff/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nihav-allstuff/Cargo.toml b/nihav-allstuff/Cargo.toml index e366f4e..5003f75 100644 --- a/nihav-allstuff/Cargo.toml +++ b/nihav-allstuff/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" [dependencies] nihav_core = { path = "../nihav-core" } +nihav_commonfmt = { path = "../nihav-commonfmt" } nihav_game = { path = "../nihav-game" } nihav_indeo = { path = "../nihav-indeo" } nihav_realmedia = { path = "../nihav-realmedia" }
\ No newline at end of file |