[yabridgectl] Parse without winedump when possible

This avoids an external dependency and speeds up the indexing process.
So far I found a single plugin that could not be parsed this way, so the
winedump based method is still there as a backup.
This commit is contained in:
Robbert van der Helm
2022-05-23 12:57:05 +02:00
parent 4a845ec952
commit 1f35081bad
7 changed files with 197 additions and 51 deletions
+1
View File
@@ -26,6 +26,7 @@ use crate::config::Config;
mod actions;
mod config;
mod files;
mod symbols;
mod utils;
mod vst3_moduleinfo;