quickgpu 0.0.1

quickgpu wraps the wgpu API allowing users to write shorter, clearer code
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "quickgpu"
version = "0.0.1"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "quickgpu wraps the wgpu API allowing users to write shorter, clearer code"

[dependencies]
wgpu = { workspace = true }