@@ -31,14 +31,18 @@ resolver = "2"
3131
3232[workspace .dependencies ]
3333# Local dependencies
34- dyn-any = { path = " libraries/dyn-any" , features = [" derive" , " glam" , " reqwest" ] }
35- graphene-core = { path = " node-graph/gcore" }
36- graph-craft = { path = " node-graph/graph-craft" , features = [" serde" ] }
37- wgpu-executor = { path = " node-graph/wgpu-executor" }
3834bezier-rs = { path = " libraries/bezier-rs" , features = [" dyn-any" ] }
39- path-bool = { path = " libraries/path-bool " , default- features = false }
35+ dyn-any = { path = " libraries/dyn-any " , features = [ " derive " , " glam " , " reqwest " ] }
4036math-parser = { path = " libraries/math-parser" }
37+ rawkit = { path = " libraries/rawkit" }
38+ path-bool = { path = " libraries/path-bool" }
39+ graphene-core = { path = " node-graph/gcore" , default-features = false }
40+ graph-craft = { path = " node-graph/graph-craft" , features = [" serde" ] }
41+ graphene-std = { path = " node-graph/gstd" }
42+ interpreted-executor = { path = " node-graph/interpreted-executor" }
4143node-macro = { path = " node-graph/node-macro" }
44+ wgpu-executor = { path = " node-graph/wgpu-executor" }
45+ graphite-proc-macros = { path = " proc-macros" }
4246
4347# Workspace dependencies
4448rustc-hash = " 2.0"
@@ -76,7 +80,7 @@ resvg = "0.44"
7680usvg = " 0.44"
7781rand = { version = " 0.9" , default-features = false }
7882rand_chacha = " 0.9"
79- glam = { version = " 0.29" , default-features = false , features = [" serde" ] }
83+ glam = { version = " 0.29" , default-features = false , features = [" serde" , " scalar-math " ] }
8084base64 = " 0.22"
8185image = { version = " 0.25" , default-features = false , features = [" png" , " jpeg" , " bmp" ] }
8286rustybuzz = " 0.20"
@@ -98,6 +102,10 @@ kurbo = { version = "0.11.0", features = ["serde"] }
98102petgraph = { version = " 0.7.1" , default-features = false , features = [
99103 " graphmap" ,
100104] }
105+ half = { version = " 2.4.1" , default-features = false , features = [" bytemuck" ] }
106+ tinyvec = { version = " 1" }
107+ criterion = { version = " 0.5" , features = [" html_reports" ] }
108+ iai-callgrind = { version = " 0.12.3" }
101109
102110[profile .dev ]
103111opt-level = 1
0 commit comments