guillotiere 0.6.2

A dynamic 2D texture atlas allocator with fast deallocation.
Documentation
[dependencies.euclid]
version = "0.22.0"

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1.0"

[dependencies.svg_fmt]
version = "0.4.1"

[features]
checks = []
serialization = ["serde", "euclid/serde"]

[package]
authors = ["Nicolas Silva <nical@fastmail.com>"]
description = "A dynamic 2D texture atlas allocator with fast deallocation."
documentation = "https://docs.rs/guillotiere/"
edition = "2018"
keywords = ["2d", "graphics"]
license = "MIT/Apache-2.0"
name = "guillotiere"
repository = "https://github.com/nical/guillotiere"
version = "0.6.2"