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"
}
```


Reply via email to