Use cargo workspace to remove dublicated version, license and author fields

This commit is contained in:
Timon
2026-09-13 15:40:04 +00:00
parent ecd2007e63
commit 9656f80e42
58 changed files with 334 additions and 263 deletions
+4 -2
View File
@@ -2,9 +2,11 @@
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
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true
[dependencies]
wgpu = { workspace = true }