Files
Graphite/libraries/wgpu-sync/Cargo.toml
2026-07-09 12:09:01 +00:00

11 lines
246 B
TOML

[package]
name = "wgpu-sync"
description = "Helper for working with wgpu in a multi-threaded context"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
wgpu = { workspace = true }