# 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 = "gfx_debug_draw" version = "0.33.0" authors = ["Steve Jahns "] description = "Debug rendering library for gfx-rs" homepage = "https://github.com/PistonDevelopers/gfx-debug-draw" readme = "README.md" keywords = [ "draw", "gfx", "debug", "piston", ] license = "MIT" repository = "https://github.com/PistonDevelopers/gfx-debug-draw" [lib] name = "gfx_debug_draw" path = "src/lib.rs" [dependencies.gfx] version = "0.18.1" [dependencies.gfx_text] version = "0.33.0" [dependencies.vecmath] version = "1.0.0" [dev-dependencies.camera_controllers] version = "0.34.0" [dev-dependencies.current] version = "0.1.2" [dev-dependencies.gfx_device_gl] version = "0.16.2" [dev-dependencies.piston] version = "0.55.0" [dev-dependencies.piston_window] version = "0.131.0" [dev-dependencies.pistoncore-sdl2_window] version = "0.69.0" [dev-dependencies.sdl2] version = "0.35.2" [dev-dependencies.shader_version] version = "0.7.0"