# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "piston2d-graphics_tree" version = "0.39.0" authors = ["Sven Nilsen "] 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.image] version = "0.25.1" [dependencies.piston-texture] version = "0.9.0" [dependencies.piston2d-graphics] version = "0.44.0" [dependencies.range] version = "1.0.0" [dev-dependencies.fps_counter] version = "3.0.0" [dev-dependencies.piston_window] version = "0.132.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.vecmath] version = "1.0.0"