digitalmars.D.learn - How to resolve two packages requiring different versions of another
- WhatMeWorry (3/3) Apr 04 Error: Unresolvable dependencies to package bindbc-loader:
- Richard (Rikki) Andrew Cattermole (2/6) Apr 04 https://github.com/BindBC/bindbc-opengl/issues/47
- IchorDev (8/11) Apr 05 Please update `bindbc-opengl` to `1.1.0`. I think it's
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
Apr 04
On 05/04/2024 3:29 AM, 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.0https://github.com/BindBC/bindbc-opengl/issues/47
Apr 04
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.0Please 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.
Apr 05