Closed dobrite closed 7 years ago
pixset added a TilesetLike trait to simplify how Renderer gets tile_size and tileset so let's move to it. https://github.com/rustcod/pixset/pull/5
pixset
TilesetLike
Renderer
tile_size
tileset
Fixed having to pass (and require) an Pix::Empty enum.
Pix::Empty
also removed VertexBuffer as it was only delegating through and providing no value.
VertexBuffer
pixset
added aTilesetLike
trait to simplify howRenderer
getstile_size
andtileset
so let's move to it. https://github.com/rustcod/pixset/pull/5Fixed having to pass (and require) an
Pix::Empty
enum.also removed
VertexBuffer
as it was only delegating through and providing no value.