Remove unused cargo dependencies (#3063)

* cargo shear

* fix warnings on master

* fix docs needing dev-dependency
This commit is contained in:
Firestar99
2025-08-18 11:26:44 -07:00
committed by GitHub
parent 0a4a822837
commit 0a53eae4e0
8 changed files with 6 additions and 39 deletions
Generated
-11
View File
@@ -2000,7 +2000,6 @@ dependencies = [
"dyn-any",
"glam",
"graphene-core",
"kurbo",
"log",
"node-macro",
"path-bool",
@@ -2035,10 +2034,7 @@ name = "graphene-std"
version = "0.1.0"
dependencies = [
"base64 0.22.1",
"bytemuck",
"dyn-any",
"fastnoise-lite",
"futures",
"glam",
"graph-craft",
"graphene-application-io",
@@ -2050,10 +2046,7 @@ dependencies = [
"graphene-svg-renderer",
"image",
"log",
"ndarray",
"node-macro",
"rand 0.9.1",
"rand_chacha 0.9.0",
"reqwest",
"tokio",
"vello",
@@ -2112,7 +2105,6 @@ version = "0.0.0"
dependencies = [
"base64 0.22.1",
"bitflags 2.9.1",
"bytemuck",
"derivative",
"dyn-any",
"env_logger",
@@ -2128,18 +2120,15 @@ dependencies = [
"num_enum",
"once_cell",
"preprocessor",
"ron",
"serde",
"serde_json",
"specta",
"spin",
"thiserror 2.0.12",
"tokio",
"tracing",
"usvg",
"vello",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu-executor",
]