imgui-wgpu 0.27.0

A wgpu render backend for imgui-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 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 = "2021"
name = "imgui-wgpu"
version = "0.27.0"
authors = [
    "Noah Hüsser <yatekii@yatekii.ch>",
    "Connor Fitzgerald <connorwadefitzgerald@gmail.com>",
    "Steven Wittens <steven@acko.net>",
]
build = false
exclude = [
    ".gitignore",
    ".github",
    "resources",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A wgpu render backend for imgui-rs."
homepage = "https://github.com/Yatekii/imgui-wgpu-rs"
documentation = "https://docs.rs/imgui-wgpu/"
readme = "README.md"
keywords = [
    "gui",
    "graphics",
    "wgpu",
    "imgui",
]
categories = [
    "gui",
    "graphics",
    "rendering",
    "rendering::graphics-api",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Yatekii/imgui-wgpu-rs"

[package.metadata.docs.rs]
all-features = true

[lib]
name = "imgui_wgpu"
path = "src/lib.rs"

[[example]]
name = "cube"
path = "examples/cube.rs"

[[example]]
name = "custom-texture"
path = "examples/custom-texture.rs"

[[example]]
name = "empty"
path = "examples/empty.rs"

[[example]]
name = "hello-world"
path = "examples/hello-world.rs"

[dependencies.bytemuck]
version = "1"

[dependencies.imgui]
version = "0.12"

[dependencies.log]
version = "0.4"

[dependencies.smallvec]
version = "1"

[dependencies.wgpu]
version = "28"

[dev-dependencies.bytemuck]
version = "1.13"
features = ["derive"]

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

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.image]
version = "0.25"
features = ["png"]
default-features = false

[dev-dependencies.imgui-winit-support]
version = "0.13"

[dev-dependencies.pollster]
version = "0.4"

[dev-dependencies.raw-window-handle]
version = "0.6"

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