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

bitflags! macro got removed #99

Closed
nstoddard opened this issue Jan 18, 2015 · 2 comments · Fixed by #100
Closed

bitflags! macro got removed #99

nstoddard opened this issue Jan 18, 2015 · 2 comments · Fixed by #100
Assignees
Labels

Comments

@nstoddard
Copy link

Since the bitflags! macro was removed, this library no longer compiles.

@toqueteos
Copy link

Travis isn't complaining... Anyway it's easy to fix: https://crates.io/crates/bitflags

@bvssvni
Copy link
Member

bvssvni commented Jan 18, 2015

Add

[dependencies]

bitflags = "*"

to Cargo.toml

@bvssvni bvssvni added the easy label Jan 18, 2015
@bvssvni bvssvni self-assigned this Jan 18, 2015
bvssvni added a commit to bvssvni/freetype-rs that referenced this issue Jan 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants