easy-wgpu 0.9.0

Small wrapper around wgpu for easy use with gloss-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"
rust-version = "1.85"
name = "easy-wgpu"
version = "0.9.0"
authors = [
    "Radu Alexandru Rosu <alex@meshcapade.com>",
    "Aman Shenoy <aman@meshcapade.com>",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small wrapper around wgpu for easy use with gloss-rs"
documentation = "https://docs.rs/easy-wgpu"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Meshcapade/gloss"

[features]
burn-torch = [
    "tch",
    "wgpu-cuda-interop/cuda",
    "cust_raw",
]
default = ["with-gui"]
with-gui = ["dep:epaint"]

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

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

[dependencies.cust_raw]
version = "0.11.3"
optional = true

[dependencies.encase]
version = "0.9"
features = ["nalgebra"]

[dependencies.enum-map]
version = "2.6.0"

[dependencies.epaint]
version = "0.32"
features = ["bytemuck"]
optional = true
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.futures-intrusive]
version = "0.5"

[dependencies.gloss-img]
version = "0.9"

[dependencies.gloss-utils]
version = "0.9"

[dependencies.image]
version = "0.25.5"
features = [
    "jpeg",
    "png",
    "tiff",
]
default-features = false

[dependencies.log]
version = "0.4"
features = ["std"]

[dependencies.pollster]
version = "0.3"

[dependencies.smallvec]
version = "1.11"

[dependencies.tch]
version = "0.19"
optional = true

[dependencies.thiserror]
version = "1.0"

[dependencies.type-map]
version = "0.5.0"

[dependencies.wgpu]
version = "25.0"
features = [
    "wgsl",
    "spirv",
    "webgl",
    "metal",
    "webgpu",
]
default-features = false

[dependencies.wgpu-cuda-interop]
version = "0.9"
optional = true
default-features = false

[dependencies.wgpu-hal]
version = "25.0"
default-features = false

[lints.clippy]
explicit_iter_loop = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
unused_self = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1