mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-27 16:34:05 +00:00
Extract gmath_nodes
from gcore::ops
, create mods debug
and extract_xy
(#2764)
This commit is contained in:
parent
9c4ab34a58
commit
ecd7999ca7
16 changed files with 668 additions and 580 deletions
|
@ -12,6 +12,7 @@ pub mod wasm_application_io;
|
|||
pub use graphene_application_io as application_io;
|
||||
pub use graphene_core::vector;
|
||||
pub use graphene_core::*;
|
||||
pub use graphene_math_nodes as math_nodes;
|
||||
pub use graphene_path_bool as path_bool;
|
||||
|
||||
/// stop gap solution until all `Quad` and `Rect` paths have been replaced with their absolute ones
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue