PistonDevelopers / gfx_graphics

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

added gfx_graphics_examples to the assets folder of gfx_graphics #247

Closed kinson closed 9 years ago

kinson commented 9 years ago

I'm not sure if this is how the files should be structured, I removed the root folder and placed the src and Cargo.toml directly in assets.

mitchmindtree commented 9 years ago

@kinson Is this in relation to this issue?

I think you may have mis-interpreted @bvssvni, I think what he meant was that the contents currently within the gfx_graphics/assets folder should be moved to the piston-examples crate in the gfx_graphics_examples/ directory as they are used by the gfx_graphics_examples there.

I could be wrong though! @bvssvni ?

kinson commented 9 years ago

@mitchmindtree I think you're right, I was just trying to knock out an easy issue before going to sleep. I am going to close this pull request and reopen a new one on the piston-examples repo with the assets folder added. Thanks for the note!