mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 17:28:12 +08:00
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:
@@ -52,16 +52,13 @@ image = { workspace = true, optional = true, default-features = false, features
|
||||
"png",
|
||||
] }
|
||||
specta = { workspace = true, optional = true }
|
||||
|
||||
rustybuzz = { workspace = true, optional = true }
|
||||
|
||||
num-derive = { workspace = true }
|
||||
num-traits = { workspace = true, default-features = false, features = ["i128"] }
|
||||
|
||||
|
||||
wasm-bindgen = { workspace = true, optional = true }
|
||||
js-sys = { workspace = true, optional = true }
|
||||
usvg = { workspace = true }
|
||||
rand = { workspace = true, default-features = false, features = ["std_rng"] }
|
||||
|
||||
[dependencies.web-sys]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user