quickgpu 0.0.7

quickgpu wraps the wgpu API allowing users to write shorter, clearer code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "quickgpu"
version = "0.0.7"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "quickgpu wraps the wgpu API allowing users to write shorter, clearer code"
repository = "https://github.com/k9/quickgpu"
homepage = "https://github.com/k9/quickgpu"
documentation = "https://docs.rs/quickgpu"
readme = "../README.md"

[dependencies]
wgpu = { workspace = true }

[dev-dependencies]
bytemuck = { workspace = true }
wgpu = { workspace = true, features = ["noop"] }