# 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-touch_visualizer" version = "0.34.0" authors = ["Sven Nilsen "] description = "A library for visualizing input touches with Piston-Graphics" homepage = "https://github.com/PistonDevelopers/touch_visualizer" readme = "README.md" keywords = [ "touch", "visualizer", "piston", ] license = "MIT" repository = "https://github.com/PistonDevelopers/touch_visualizer.git" [lib] name = "touch_visualizer" path = "src/lib.rs" [dependencies.piston2d-graphics] version = "0.44.0" [dependencies.pistoncore-input] version = "1.0.0" [dev-dependencies.piston] version = "0.54.0" [dev-dependencies.piston2d-opengl_graphics] version = "0.83.0" [dev-dependencies.pistoncore-sdl2_window] version = "0.69.0"