mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 04:38:12 +08:00
Use cargo workspace to remove dublicated version, license and author fields
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user