mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-29 17:34:05 +00:00
Extract gpath_bool
from mod gstd::ops
path_bool-related nodes (#2762)
* cargo shear * Extract `gpath_bool` from `mod gstd::ops` path_bool-related nodes
This commit is contained in:
parent
9cf8d2cd05
commit
ffc6c5532b
25 changed files with 128 additions and 107 deletions
|
@ -6,9 +6,10 @@ pub mod http;
|
|||
pub mod image_color_palette;
|
||||
pub mod raster;
|
||||
pub mod text;
|
||||
pub mod vector;
|
||||
#[cfg(feature = "wasm")]
|
||||
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_path_bool as path_bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue