easy-gpu 0.2.8

wgpu wrapper to manage assets and remove boilerplate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "easy-gpu"

version = "0.2.8"

edition = "2024"

description = "wgpu wrapper to manage assets and remove boilerplate"

license = "MIT OR Apache-2.0"

repository = "https://github.com/Isaac-Gaches/easy-gpu"



[dependencies]

wgpu = "29.0.1"

winit = "0.30.13"

bytemuck = "1.25.0"

image = "0.25.6"