footile 0.7.0

A 2D vector graphics library
Documentation
[package]
name = "footile"
version = "0.7.0"
description = "A 2D vector graphics library"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/footile"
homepage = "https://github.com/DougLau/footile"
repository = "https://github.com/DougLau/footile"
readme = "README.md"
edition = "2021"

[dependencies]
pix = "0.13"
pointy = "0.3"

[dev-dependencies]
criterion = "0.3"
png_pong = "0.8"

[[bench]]
name = "fishyb"
harness = false

[features]
default = ["simd"]
simd = []