aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-allstuff/Cargo.toml
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2021-12-26 17:15:39 +0100
committerKostya Shishkov <kostya.shishkov@gmail.com>2021-12-26 17:15:39 +0100
commit549152963d868fc896287193b7ac7767e8794e01 (patch)
tree3792d1348d143b9340f86a2e906f1a1d833c71b2 /nihav-allstuff/Cargo.toml
parent0ad1f05e99c19c79acc7f5e8e18a94468af275ac (diff)
downloadnihav-549152963d868fc896287193b7ac7767e8794e01.tar.gz
add nihav-misc crate and Aware MotionWavelets decoder in it
Diffstat (limited to 'nihav-allstuff/Cargo.toml')
-rw-r--r--nihav-allstuff/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/nihav-allstuff/Cargo.toml b/nihav-allstuff/Cargo.toml
index 9fc23f7..33eea15 100644
--- a/nihav-allstuff/Cargo.toml
+++ b/nihav-allstuff/Cargo.toml
@@ -13,6 +13,7 @@ nihav_game = { path = "../nihav-game" }
nihav_indeo = { path = "../nihav-indeo" }
nihav_itu = { path = "../nihav-itu" }
nihav_llaudio = { path = "../nihav-llaudio" }
+nihav_misc = { path = "../nihav-misc" }
nihav_mpeg = { path = "../nihav-mpeg" }
nihav_ms = { path = "../nihav-ms" }
nihav_qt = { path = "../nihav-qt" }