Add Poisson-disk sampling node and Bezier-rs 0.4 release (#1586)

* Add Poisson-disk sampling node and Bezier-rs 0.4 release

* Additional optimizations

* More performance optimizations with help from 0Hypercube

* Add comments
This commit is contained in:
Keavon Chambers
2024-01-28 02:25:46 -08:00
committed by GitHub
parent a7bf6e2459
commit 6b6accfb91
21 changed files with 778 additions and 50 deletions
Generated
+2 -1
View File
@@ -580,7 +580,7 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "bezier-rs"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"dyn-any",
"glam",
@@ -2329,6 +2329,7 @@ dependencies = [
"node-macro",
"num-derive",
"num-traits",
"rand 0.8.5",
"rand_chacha 0.3.1",
"rustybuzz 0.8.0",
"serde",