@@ -31,14 +31,17 @@ 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" }
4245
4346# Workspace dependencies
4447rustc-hash = " 2.0"
@@ -76,7 +79,7 @@ resvg = "0.44"
7679usvg = " 0.44"
7780rand = { version = " 0.9" , default-features = false }
7881rand_chacha = " 0.9"
79- glam = { version = " 0.29" , default-features = false , features = [" serde" ] }
82+ glam = { version = " 0.29" , default-features = false , features = [" serde" , " scalar-math " ] }
8083base64 = " 0.22"
8184image = { version = " 0.25" , default-features = false , features = [" png" , " jpeg" , " bmp" ] }
8285rustybuzz = " 0.20"
@@ -98,6 +101,10 @@ kurbo = { version = "0.11.0", features = ["serde"] }
98101petgraph = { version = " 0.7.1" , default-features = false , features = [
99102 " graphmap" ,
100103] }
104+ half = { version = " 2.4.1" , default-features = false , features = [" bytemuck" ] }
105+ tinyvec = { version = " 1" }
106+ criterion = { version = " 0.5" , features = [" html_reports" ] }
107+ iai-callgrind = { version = " 0.12.3" }
101108
102109[profile .dev ]
103110opt-level = 1
0 commit comments