tessellations 0.3.0

Library to create and draw periodic tilings of the plane.
Documentation
[dependencies.euclid]
version = "0.22"

[dependencies.lyon]
version = "1.0"

[dependencies.palette]
version = "0.7"

[dependencies.raqote]
default-features = false
features = ["png"]
version = "0.8.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.104"

[dependencies.svg]
version = "0.13"

[dev-dependencies.serde_json]
version = "1.0.48"

[lib]
name = "tessellations"

[package]
authors = ["David Rasch"]
description = "Library to create and draw periodic tilings of the plane."
documentation = "https://docs.rs/tessellations/"
edition = "2021"
keywords = ["tessellation", "graphics", "tiling"]
license = "GPL-3.0"
name = "tessellations"
readme = "README.md"
repository = "https://github.com/dcrasch/tir"
version = "0.3.0"