How to setup dub project for contributing to a dub package?
Ferhat Kurtulmuş
aferust at gmail.com
Sat Jun 24 22:29:34 UTC 2023
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": "*"
}
More information about the Digitalmars-d-learn
mailing list