On Friday, 23 June 2023 at 15:22:33 UTC, Ki Rill wrote:
Recently, I tried to set up `dcv` with `dub` to improve a few things in the library, but I faced some strange issues.I recommend adding DCV sub packages separately. Don't add the entire thing to your dub dependencies. Just only add what you need. Ffmpeg-d in only needed for DCV videoing. You can add subpacks like:[...]
"dependencies": {
"dcv:core": ...,
"dcv:plot": {"path": "../../"},
"dcv:imageio": {"path": "../../"},
"mir-random": "*"
}
