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:
Firestar99 2025-06-27 15:12:08 +02:00 committed by GitHub
parent 9cf8d2cd05
commit ffc6c5532b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 128 additions and 107 deletions

View file

@ -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;