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

Use associated consts for the various Color constants #131

Closed
crumblingstatue opened this issue Jul 12, 2016 · 2 comments
Closed

Use associated consts for the various Color constants #131

crumblingstatue opened this issue Jul 12, 2016 · 2 comments

Comments

@crumblingstatue
Copy link
Collaborator

Right now we are using member functions, which look weird, and cannot be used in a const context.

Pending on stabilization of associated consts.

@crumblingstatue crumblingstatue added this to the 1.0 milestone Jul 12, 2016
@crumblingstatue crumblingstatue removed this from the 1.0 milestone Sep 15, 2016
@crumblingstatue crumblingstatue self-assigned this Sep 15, 2016
@crumblingstatue crumblingstatue removed their assignment Oct 22, 2016
@crumblingstatue
Copy link
Collaborator Author

dc0f7c7 implements this, but associated_consts are not stable yet in Rust.

@crumblingstatue
Copy link
Collaborator Author

This is now implemented.

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

1 participant