piston2d-graphics_tree 0.9.0

A 2D graphics backend for Piston-Graphics that stores and optimizes commands
Documentation
[package]
name = "piston2d-graphics_tree"
version = "0.9.0"
authors = ["Sven Nilsen <bvssvni@gmail.com>"]
license = "MIT OR Apache-2.0"
keywords = ["graphics", "tree", "2d", "piston"]
description = "A 2D graphics backend for Piston-Graphics that stores and optimizes commands"
readme = "README.md"
repository = "https://github.com/PistonDevelopers/graphics_tree.git"
homepage = "https://github.com/PistonDevelopers/graphics_tree"
exclude = ["assets/*"]

[lib]
name = "graphics_tree"

[dependencies]
piston2d-graphics = "0.21.0"
piston-texture = "0.5.0"
image = "0.15.0"
range = "0.3.1"

[dev-dependencies]
piston_window = "0.70.0"
rand = "0.3.4"
fps_counter = "0.2.0"
vecmath = "0.3.0"