wgpu_context 0.2.0

Context for managing WGPU surfaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "wgpu_context"
description = "Context for managing WGPU surfaces"
version = "0.2.0"
documentation = "https://docs.rs/wgpu_context"
homepage.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true

[dependencies]
wgpu = { workspace = true }
futures-intrusive = { workspace = true }