Re: Unresolvable dependencies to package

2023-04-17 Thread Luna via Digitalmars-d-learn
On Saturday, 15 April 2023 at 00:48:21 UTC, Mike Parker wrote: On Saturday, 15 April 2023 at 00:42:17 UTC, Mike Parker wrote: I also suggest you visit the issues page for bindbc-imgui and file an issue there: I meant to delete this line. I've filed the issue: https://github.com/BindBC/bindbc

Re: Unresolvable dependencies to package

2023-04-14 Thread Mike Parker via Digitalmars-d-learn
On Saturday, 15 April 2023 at 00:42:17 UTC, Mike Parker wrote: I also suggest you visit the issues page for bindbc-imgui and file an issue there: I meant to delete this line. I've filed the issue: https://github.com/BindBC/bindbc-imgui/issues/1

Re: Unresolvable dependencies to package

2023-04-14 Thread Mike Parker via Digitalmars-d-learn
On Friday, 14 April 2023 at 20:30:56 UTC, el machine code wrote: so my question why am i'm getting this error and how do i fix this? The two listed packages depend on bindbc-sdl, and they do so in a way that is incompatible with each other. On your end, you can edit `dub.selections.json` in

Re: Unresolvable dependencies to package

2023-04-14 Thread Salih Dincer via Digitalmars-d-learn
On Friday, 14 April 2023 at 20:30:56 UTC, el machine code wrote: so my question why am i'm getting this error and how do i fix this? As far as I know imGUI works with SFML. First, please appear a Japanese flag on your screen: https://forum.dlang.org/post/apledbmyzlxsdaaow...@forum.dlang.org

Re: Unresolvable dependencies to package

2023-04-14 Thread Hipreme via Digitalmars-d-learn
On Friday, 14 April 2023 at 20:30:56 UTC, el machine code wrote: so my question why am i'm getting this error and how do i fix this? You need to make those depends on the same version somehow. From what I've looked. Luna maintains its own fork of bindbc-imgui. You're probably taking from anoth

Re: Unresolvable dependencies to package

2023-04-14 Thread el machine code via Digitalmars-d-learn
so my question why am i'm getting this error and how do i fix this?