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

#2049 in Game dev

Download history 2589/week @ 2023-12-17 1691/week @ 2023-12-24 1206/week @ 2023-12-31 2224/week @ 2024-01-07 2164/week @ 2024-01-14 2157/week @ 2024-01-21 1427/week @ 2024-01-28 1732/week @ 2024-02-04 2450/week @ 2024-02-11 2895/week @ 2024-02-18 2298/week @ 2024-02-25 2481/week @ 2024-03-03 2398/week @ 2024-03-10 2887/week @ 2024-03-17 2652/week @ 2024-03-24 3698/week @ 2024-03-31

12,018 downloads per month
Used in 116 crates (13 directly)

MIT license

11KB
196 lines

texture Build Status

A library for texture conventions

How to contribute


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.

No runtime deps