mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-27 16:34:05 +00:00
graster-nodes: make kurbo std-only
This commit is contained in:
parent
ef51034b49
commit
cc6b637a57
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ std = [
|
|||
"dep:serde",
|
||||
"dep:specta",
|
||||
"dep:glam",
|
||||
"dep:kurbo",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
|
@ -44,7 +45,7 @@ rand = { workspace = true, optional = true }
|
|||
rand_chacha = { workspace = true, optional = true }
|
||||
fastnoise-lite = { workspace = true, optional = true }
|
||||
serde = { workspace = true, optional = true }
|
||||
kurbo = { workspace = true }
|
||||
kurbo = { workspace = true, optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue