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

gfx-rs change breaks compilation #107

Closed
smosher opened this issue Dec 5, 2014 · 0 comments · Fixed by #108
Closed

gfx-rs change breaks compilation #107

smosher opened this issue Dec 5, 2014 · 0 comments · Fixed by #108

Comments

@smosher
Copy link

smosher commented Dec 5, 2014

It looks like gfx::UsageDynamic was changed to gfx::BufferUsage::Dynamic.

src/g2d.rs:165:13: 165:30 error: unresolved name `gfx::UsageDynamic`
src/g2d.rs:165             gfx::UsageDynamic);
                           ^~~~~~~~~~~~~~~~~
src/g2d.rs:168:13: 168:30 error: unresolved name `gfx::UsageDynamic`
src/g2d.rs:168             gfx::UsageDynamic);
                           ^~~~~~~~~~~~~~~~~
error: aborting due to 2 previous errors
Could not compile `gfx_graphics`.
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 a pull request may close this issue.

1 participant