solstice-2d 0.2.6

Easy, cross-platform 2D graphics.
Documentation
[package]
name = "solstice-2d"
version = "0.2.6"
authors = ["Tanner Rogalsky <tanner@tannerrogalsky.com>"]
edition = "2018"
license-file = "../LICENSE"
readme = "../README.md"
description = "Easy, cross-platform 2D graphics."


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html


[dependencies]
#solstice = { features = ["derive"], path = "../solstice" }
solstice = { version = "^0.1-alpha.0", features = ["derive"] }
mint = "0.5"
arrayvec = "0.5"
dyn-clone = "1.0"


glyph_brush = "0.7"
nalgebra = { version = "0.23", features = ["mint"] }


[dev-dependencies]
approx = "0.4"
eyre = "0.6"


glutin = "0.24"


wfc = "0.9"
rand = "0.7"
grid_2d = "0.14"
image = { version = "0.23" }