Use cargo workspace to remove duplicated version, license, and author fields (#4226)

Use cargo workspace to remove dublicated version, license and author fields
This commit is contained in:
Timon
2026-09-15 10:36:17 +00:00
committed by GitHub
parent 68d2a06c80
commit c6d6f9f8be
58 changed files with 334 additions and 263 deletions
+3 -1
View File
@@ -2,9 +2,11 @@
name = "graphite-desktop-ui"
description = "Renders the Graphite editor frontend UI into wgpu textures"
version.workspace = true
authors.workspace = true
license.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true
[features]
default = []