How to resolve two packages requiring different versions of another package?
IchorDev
zxinsworld at gmail.com
Fri Apr 5 13:02:37 UTC 2024
On Thursday, 4 April 2024 at 14:29:56 UTC, WhatMeWorry wrote:
> Error: Unresolvable dependencies to package bindbc-loader:
>
> bindbc-opengl 0.13.0 depends on bindbc-loader ~>0.3.0
> bindbc-sdl 1.4.7 depends on bindbc-loader ~>1.1.0
Please update `bindbc-opengl` to `1.1.0`. I think it's
backwards-compatible with `0.13.0`.
If `bindbc-opengl` comes from a dependency then please send a PR
to update to `1.1.0`, or create your own fork. Failing all that
you *can* manually edit your dub.selections.json instead and the
worst you'll get is a warning, but I wouldn't recommend it for
the long term.
More information about the Digitalmars-d-learn
mailing list