Closed mitchmindtree closed 9 years ago
Perhaps, we can wait for piston_window PR before merging this one?
@kvark yeah that's the plan :) sorry, I should have been clearer!
I'll leave an issue for bvssvni in the piston_window repo to publish the latest PR when he's ready (I think he's the only one with auth).
(I'll also fix these versions now)
Ok, so we are blocked with this PR until piston_window is published?
@kvark yep
I'm going to move the examples out of this crate into piston-examples in order to resolve this issue.
:+1: thanks @mitchmindtree !
Travis' nightly build is passing and the other isn't starting, going to attempt to publish and then merge.
When trying to publish, I get
Uploading piston2d-gfx_graphics v0.1.21 (file:///Users/Mitch/Programming/Rust/gfx_graphics)
api errors: invalid upload request: ApplicationError("invalid feature name specified: piston-gfx_texture/image/webp")
If I remove the webp feature, then it just complains about the tiff feature, and so on.
If I remove all the features, it seems to work fine. Should I just remove the features?
@mitchmindtree Just move the features for now. The image library is going through some breaking changes.
0.1.21
Published :smile:
(Blocked by this)
I removed the examples to get it published on crates.io (which it is under
0.1.20
).Once this piston_window PR merges and gets published, I'll
add the examples back in andupdate to0.1.21
.Closes 236Hmm there are still problems with 236 actually.Closes #236