[dependencies.wgpu]
version = "27.0.1"
[lib]
name = "quickgpu"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "quickgpu wraps the wgpu API allowing users to write shorter, clearer code"
documentation = "https://docs.rs/quickgpu"
edition = "2024"
homepage = "https://github.com/k9/quickgpu"
license = "MIT OR Apache-2.0"
name = "quickgpu"
readme = "README.md"
repository = "https://github.com/k9/quickgpu"
resolver = "2"
version = "0.0.5"