GBAiD
GBAiD copied to clipboard
Dependency issue trying to build with dub
❯ dub build
Unresolvable dependencies to package derelict-util:
derelict-gl3 1.0.21 depends on derelict-util >=1.0.3
derelict-sdl2 2.1.2 depends on derelict-util ~>2.0.4
Have you tried updating the dependencies? This might still compile without needing changes if there are no breaking changes.
I have, it looks like they're incompatible still
It can build if you do that:
"derelict-sdl2":"==2.1.2",
"derelict-gl3":"==1.0.21",
"derelict-util":"==2.0.4"
proper fix would be to move to bindbc I guess