Unresolvable dependencies to package

el machine code jckj33 at gmail.com
Fri Apr 14 20:30:21 UTC 2023


I just added

> dub add inochi-creator

then

> dub run

but got the error:

```
Unresolvable dependencies to package bindbc-sdl:
bindbc-imgui 0.7.0 depends on bindbc-sdl ~>0.21.4
inochi-creator 0.7.4 depends on bindbc-sdl ~>1.1.2
```

the dub.json looks like this:

```
{
         "authors": [
                 "root"
         ],
         "copyright": "Copyright © 2023, root",
         "dependencies": {
                 "inochi-creator": "~>0.7.4"
         },
         "description": "A minimal D application.",
         "license": "proprietary",
         "name": "foo"
}
```




More information about the Digitalmars-d-learn mailing list