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

Add OpenGLWindow trait #45

Merged
merged 1 commit into from
Mar 29, 2015
Merged

Add OpenGLWindow trait #45

merged 1 commit into from
Mar 29, 2015

Conversation

Potpourri
Copy link
Member

close #44

@@ -25,3 +25,6 @@ git = "https://github.com/pistondevelopers/input"
[dependencies.quack]
git = "https://github.com/pistondevelopers/quack"
#version = "0.0.13"

[dependencies]
libc = "0.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably use libc = "*" like Gfx.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just libc not updated on crates.io yet. In git already fixed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this work with "0.1.4"? Or does it use "0.1.0"?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anyway, I don't expect libc::c_void to change, so adding libc = "*" should be fine.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It the lower bound. >= 0.1

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK.

@bvssvni
Copy link
Member

bvssvni commented Mar 28, 2015

Wait merging until libc has been updated on crates.io.

@Potpourri
Copy link
Member Author

Now rustc-serialize broken.

@Potpourri
Copy link
Member Author

rustc-serialize fixed, all is well.

@bvssvni
Copy link
Member

bvssvni commented Mar 29, 2015

Nice!

bvssvni added a commit that referenced this pull request Mar 29, 2015
@bvssvni bvssvni merged commit 9c44924 into PistonDevelopers:master Mar 29, 2015
@Potpourri Potpourri deleted the add-openglwindow-trait branch March 29, 2015 15:41
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.

Add OpenGLWindow trait
2 participants