mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Remove the path-bool library (#3882)
This commit is contained in:
@@ -23,7 +23,6 @@ wasm = [
|
||||
# Local dependencies
|
||||
dyn-any = { workspace = true }
|
||||
core-types = { workspace = true }
|
||||
path-bool-nodes = { workspace = true }
|
||||
brush-nodes = { workspace = true }
|
||||
graphene-core = { workspace = true }
|
||||
graphene-application-io = { workspace = true }
|
||||
|
||||
@@ -267,7 +267,7 @@ tagged_value! {
|
||||
GradientType(vector::style::GradientType),
|
||||
ReferencePoint(vector::ReferencePoint),
|
||||
CentroidType(vector::misc::CentroidType),
|
||||
BooleanOperation(path_bool_nodes::BooleanOperation),
|
||||
BooleanOperation(vector::misc::BooleanOperation),
|
||||
TextAlign(text_nodes::TextAlign),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user