imgui-wgpu 0.19.0

A wgpu render backend for imgui-rs.
Documentation
[licenses]
unlicensed = "deny"
allow-osi-fsf-free = "either"
allow = [
    "Apache-2.0",
    "MIT",
    "Unlicense",
]

[bans]
multiple-versions = "deny"
skip = [
    { name = "cfg-if", version = "0.1.10" },
    { name = "core-foundation", version = "0.7.0" },
    { name = "core-foundation-sys", version = "0.7.0" },
    { name = "core-graphics", version = "0.19.2" },
]

[advisories]
vulnerability = "deny"
unmaintained = "deny"
ignore = [
    "RUSTSEC-2021-0119"
]

[sources]
unknown-registry = "deny"
unknown-git = "allow"