mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
11 lines
246 B
TOML
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 }
|