gfx_debug_draw 0.25.0

Debug rendering library for gfx-rs
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 = "gfx_debug_draw"
version = "0.25.0"
authors = ["Steve Jahns <s.t.jahns@gmail.com>"]
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.17.0"

[dependencies.gfx_text]
version = "0.25.0"

[dependencies.vecmath]
version = "1.0.0"
[dev-dependencies.camera_controllers]
version = "0.31.0"

[dev-dependencies.current]
version = "0.1.2"

[dev-dependencies.gfx_device_gl]
version = "0.15.0"

[dev-dependencies.piston]
version = "0.49.0"

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

[dev-dependencies.pistoncore-sdl2_window]
version = "0.63.0"

[dev-dependencies.sdl2]
version = "0.32.1"

[dev-dependencies.shader_version]
version = "0.6.0"