PistonDevelopers / gfx_graphics

A Gfx 2D back-end for the Piston game engine
MIT License
55 stars 31 forks source link

Updated to latest gfx, now using crates.io deps, waiting on piston_window to merge/publish #245

Closed mitchmindtree closed 9 years ago

mitchmindtree commented 9 years ago

(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 and update to 0.1.21.

Closes 236 Hmm there are still problems with 236 actually. Closes #236

kvark commented 9 years ago

Perhaps, we can wait for piston_window PR before merging this one?

mitchmindtree commented 9 years ago

@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)

kvark commented 9 years ago

Ok, so we are blocked with this PR until piston_window is published?

mitchmindtree commented 9 years ago

@kvark yep

mitchmindtree commented 9 years ago

I'm going to move the examples out of this crate into piston-examples in order to resolve this issue.

kvark commented 9 years ago

:+1: thanks @mitchmindtree !

mitchmindtree commented 9 years ago

Travis' nightly build is passing and the other isn't starting, going to attempt to publish and then merge.

mitchmindtree commented 9 years ago

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?

bvssvni commented 9 years ago

@mitchmindtree Just move the features for now. The image library is going through some breaking changes.

mitchmindtree commented 9 years ago

0.1.21 Published :smile: