Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Relax version bounds #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Relax version bounds #20

wants to merge 1 commit into from

Conversation

dagit
Copy link

@dagit dagit commented Oct 24, 2016

Hello and thanks for writing the glium-sdl2.

I tried to build it but I had an issue where the version bounds were too strict. I changed them to "" and now everything is working. I've been using for a while now without any issues. I'll let you decide if you want to use "" or something stricter, but either way the version bounds need a bump. This PR is for bounds of "*".

@cristicbz
Copy link
Contributor

cristicbz commented Aug 30, 2017

This won't work sadly, since * deps are cannot be published to crates.io . Glium and SDL2 should see v1 at some point, after which hopefully most updates will be minor and this won't break all the time. My PR #27 updates to newest versions of the libraries.

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

Successfully merging this pull request may close these issues.

2 participants