piston2d-graphics_tree 0.9.0

A 2D graphics backend for Piston-Graphics that stores and optimizes commands
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[lib]
name = "graphics_tree"
[dependencies.range]
version = "0.3.1"

[dependencies.piston-texture]
version = "0.5.0"

[dependencies.image]
version = "0.15.0"

[dependencies.piston2d-graphics]
version = "0.21.0"
[dev-dependencies.rand]
version = "0.3.4"

[dev-dependencies.piston_window]
version = "0.70.0"

[dev-dependencies.fps_counter]
version = "0.2.0"

[dev-dependencies.vecmath]
version = "0.3.0"