aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-allstuff/Cargo.toml
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2021-11-09 18:30:05 +0100
committerKostya Shishkov <kostya.shishkov@gmail.com>2021-11-09 18:49:28 +0100
commit16cca4d3a7a7505ae31a7469b3547c52650fd194 (patch)
tree4ccafc6255d3e4b341a75f22bc34e4e1e6f6b204 /nihav-allstuff/Cargo.toml
parent576cd7d337fc80ec25bb1fc07fa2d25c5373f7b0 (diff)
downloadnihav-16cca4d3a7a7505ae31a7469b3547c52650fd194.tar.gz
add nihav-mpeg crate
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 6e97f02..9fc23f7 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_mpeg = { path = "../nihav-mpeg" }
nihav_ms = { path = "../nihav-ms" }
nihav_qt = { path = "../nihav-qt" }
nihav_rad = { path = "../nihav-rad" }