X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=Cargo.toml;h=68777a5efe4b0cf14fb1a8cebda1359b1e7e4451;hb=37c0d551f70a75fd63976ffb1834e12e3641ad3f;hp=ce06b0e65ae2797e5b90f0f02174f67a86de41b9;hpb=860a2b4e79e9ad5b4ba4046998170755ff9bf45c;p=nihav-player.git diff --git a/Cargo.toml b/Cargo.toml index ce06b0e..68777a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" [dependencies] nihav_core = { path="../nihav-core" } +nihav_registry = { path="../nihav-registry" } nihav_allstuff = { path="../nihav-allstuff" } sdl = { path="./rust-sdl" }