wgpu-biolerless 0.1.2

Use WGPU for your graphical application but without the usual biolerplate
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 = "wgpu-biolerless"
version = "0.1.2"
description = "Use WGPU for your graphical application but without the usual biolerplate"
readme = "README.md"
keywords = [
    "wgpu",
    "gpu",
    "gamedev",
    "graphics",
]
categories = [
    "graphics",
    "rendering",
    "game-development",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/terrarier2111/wgpu-boilerless"
resolver = "2"

[dependencies.anyhow]
version = "1.0.61"

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

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.raw-window-handle]
version = "0.4.3"

[dependencies.wgpu]
version = "0.13.1"

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

[features]
debug_labels = []
winit = ["dep:winit"]