dear-imgui-wgpu 0.10.3

WGPU renderer backend for dear-imgui-rs (native + WebAssembly)
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 = "2024"
name = "dear-imgui-wgpu"
version = "0.10.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WGPU renderer backend for dear-imgui-rs (native + WebAssembly)"
homepage = "https://github.com/Latias94/dear-imgui-rs"
documentation = "https://docs.rs/dear-imgui-wgpu"
readme = "README.md"
keywords = [
    "imgui",
    "ui",
    "graphics",
    "docking",
    "multiview",
]
categories = [
    "gui",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/dear-imgui-rs"
resolver = "2"

[features]
default = ["wgpu-28"]
multi-viewport-sdl3 = [
    "dear-imgui-rs/multi-viewport",
    "dep:sdl3-sys",
    "dep:raw-window-handle",
    "dep:objc2",
]
multi-viewport-winit = [
    "dear-imgui-rs/multi-viewport",
    "dep:winit",
]
mv-log = []
wasm-font-atlas-experimental = ["dear-imgui-rs/wasm-font-atlas-experimental"]
webgl = ["webgl-wgpu28"]
webgl-wgpu27 = ["wgpu27/webgl"]
webgl-wgpu28 = ["wgpu28/webgl"]
webgpu = ["webgpu-wgpu28"]
webgpu-wgpu27 = ["wgpu27/webgpu"]
webgpu-wgpu28 = ["wgpu28/webgpu"]
wgpu-27 = ["dep:wgpu27"]
wgpu-28 = ["dep:wgpu28"]

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

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.bytemuck]
version = "1.0"
features = ["derive"]

[dependencies.dear-imgui-rs]
version = "0.10"

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

[dependencies.sdl3-sys]
version = "0.6"
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.wgpu27]
version = "27.0"
optional = true
package = "wgpu"

[dependencies.wgpu28]
version = "28.0"
optional = true
package = "wgpu"

[dependencies.winit]
version = "0.30.12"
optional = true

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"
optional = true