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

New version for egui-macroquad #72

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

Conversation

optozorax
Copy link
Contributor

I want to release new version of egui-macroquad, but there are conflicts between miniquad and macroquad versions, so I need latest miniquad in order to use latest macroquad.

Could you also please push new release to the crates after this PR?

@emilk

@jbracker
Copy link

Shouldn't it suffice to do this:

egui = { version = "0.28", features = ["bytemuck"] }
miniquad = { version = "0.4" }

If I understand correctly cargo is capable of semantic versioning and this should be more flexible then the fixed versions you are suggesting.

@jakoschiko
Copy link

@jbracker see #69

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

Successfully merging this pull request may close these issues.

3 participants