[go: up one dir, main page]

texture_packer 0.16.0

A texture packing library using the skyline heuristic
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[features]
bmp = ["image/bmp"]
gif_codec = ["image/gif_codec"]
hdr = ["image/hdr"]
ico = ["image/ico"]
jpeg = ["image/jpeg"]
png_codec = ["image/png_codec"]
pnm = ["image/pnm"]
tga = ["image/tga"]
tiff = ["image/tiff"]
webp = ["image/webp"]