Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency issue trying to build with dub #4

Open
redthing1 opened this issue Mar 15, 2021 · 3 comments
Open

Dependency issue trying to build with dub #4

redthing1 opened this issue Mar 15, 2021 · 3 comments

Comments

@redthing1
Copy link

❯ 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
@DDoS
Copy link
Owner

DDoS commented Mar 15, 2021

Have you tried updating the dependencies? This might still compile without needing changes if there are no breaking changes.

@redthing1
Copy link
Author

I have, it looks like they're incompatible still

@p0nce
Copy link

p0nce commented Mar 11, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants