# 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] edition = "2018" name = "piston2d-graphics" version = "0.45.0" authors = [ "bvssvni ", "Coeuvre ", "leonkunert ", "gmorenz", "Potpourri", "TyOverby ", ] build = false exclude = [ "scripts", "Cargo.png", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for 2D graphics that works with multiple back-ends" homepage = "https://github.com/pistondevelopers/graphics" readme = "README.md" keywords = [ "graphics", "2d", "game", "piston", "triangulation", ] categories = ["rendering::graphics-api"] license = "MIT" repository = "https://github.com/pistondevelopers/graphics.git" [lib] name = "graphics" path = "src/lib.rs" [dependencies.fnv] version = "1.0.5" optional = true [dependencies.interpolation] version = "0.3.0" [dependencies.piston-texture] version = "0.9.0" [dependencies.piston-viewport] version = "1.0.0" [dependencies.read_color] version = "1.0.0" [dependencies.rusttype] version = "0.9.0" optional = true [dependencies.vecmath] version = "1.0.0" [features] default = [] glyph_cache_rusttype = [ "rusttype", "fnv", ]