[package] name = "etagere" description = "Dynamic 2D texture atlas allocation using the shelf packing algorithm." version = "0.2.13" authors = ["Nicolas Silva "] repository = "https://github.com/nical/etagere" documentation = "https://docs.rs/etagere/" edition = "2018" license = "MIT/Apache-2.0" keywords = ["2d"] exclude = [".backup*"] [dependencies] euclid = "0.22" svg_fmt = "0.4" serde = { version = "1.0", optional = true } [features] serialization = ["serde", "euclid/serde"] ffi = [] checks = [] [workspace] members = ["cli"] # Uncomment this when profiling. [profile.release] debug = true