imgui-gfx-hal 0.1.0

An imgui renderer backend for gfx-hal
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 = "imgui-gfx-hal"
version = "0.1.0"
authors = ["Benjamin <benjamin.fik.lee@gmail.com>"]
description = "An imgui renderer backend for gfx-hal"
homepage = "https://git.chronicembetterment.org/benjamin/imgui-gfx-hal"
readme = "README.md"
license = "Unlicense/MIT"
repository = "https://git.chronicembetterment.org/benjamin/imgui-gfx-hal"
[dependencies.failure]
version = "0.1"

[dependencies.gfx-hal]
version = "~0.1.0"

[dependencies.imgui]
version = "~0.0.20"

[dependencies.memoffset]
version = "0.2"
[dev-dependencies.env_logger]
version = "0.6"

[dev-dependencies.gfx-backend-vulkan]
version = "0.1.0"

[dev-dependencies.winit]
version = "0.18"