texture-cache 0.1.0

A LRU texture cache for caching many small textures in a single big GPU texture
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[dev-dependencies.rand]
version = "0.8"

[package]
categories = ["caching", "algorithms"]
description = "A LRU texture cache for caching many small textures in a single big GPU texture"
edition = "2018"
keywords = ["cache", "texture", "atlas", "rendering"]
license = "MIT OR Apache-2.0"
name = "texture-cache"
readme = "README.md"
repository = "https://github.com/Rodrigodd/texture-cache"
version = "0.1.0"