14 releases (9 breaking)
Uses old Rust 2015
0.9.0 | Nov 17, 2022 |
---|---|
0.8.0 | Sep 4, 2019 |
0.7.0 | Aug 5, 2019 |
0.6.0 | Oct 8, 2017 |
0.0.1 | Dec 13, 2014 |
#1999 in Game dev
7,428 downloads per month
Used in 119 crates
(13 directly)
11KB
196 lines
texture
A library for texture conventions
lib.rs
:
A generic library for textures.
This library is used in Piston for generic code when working with textures.
The ImageSize
trait is used for passing textures around for rendering.
For more information, see
Piston-Graphics.