[go: up one dir, main page]

texture_packer 0.24.1

A texture packing library using the skyline heuristic
Documentation
[dependencies.image]
default-features = false
version = "0.24.1"

[features]
bmp = ["image/bmp"]
common = ["gif", "jpeg", "png", "tga", "bmp"]
gif = ["image/gif"]
hdr = ["image/hdr"]
ico = ["image/ico"]
jpeg = ["image/jpeg"]
png = ["image/png"]
pnm = ["image/pnm"]
tga = ["image/tga"]
tiff = ["image/tiff"]
webp = ["image/webp"]

[package]
authors = ["Coeuvre <coeuvre@gmail.com>"]
description = "A texture packing library using the skyline heuristic"
documentation = "http://docs.piston.rs/texture_packer"
edition = "2018"
homepage = "https://github.com/PistonDevelopers/texture_packer"
keywords = ["texture", "packer", "piston"]
license = "MIT"
name = "texture_packer"
readme = "README.md"
repository = "https://github.com/PistonDevelopers/texture_packer.git"
version = "0.24.1"