summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Shishkov <[email protected]>2021-11-06 10:16:15 +0100
committerKostya Shishkov <[email protected]>2021-11-06 10:16:15 +0100
commitc9694aaedf5e8007cdcce7997658a9cd67fe2139 (patch)
tree21f687ba09e4056260804d4f9e393fae10245fe2
parent846d6e9022b06fb257e14df039c7b362ebfe322e (diff)
nihav_flash: remove unrequired dependency
-rw-r--r--nihav-flash/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/nihav-flash/Cargo.toml b/nihav-flash/Cargo.toml
index d5e79ca..45174fb 100644
--- a/nihav-flash/Cargo.toml
+++ b/nihav-flash/Cargo.toml
@@ -7,9 +7,6 @@ edition = "2018"
[dependencies.nihav_core]
path = "../nihav-core"
-[dependencies.nihav_registry]
-path = "../nihav-registry"
-
[dependencies.nihav_codec_support]
path = "../nihav-codec-support"
features = ["h263", "mdct", "dsp_window"]