mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
Delete the vestigial region domain, reverting to naive logic for mesh region fill determination (#4463)
This commit is contained in:
committed by
Dennis Kobert
parent
9bfbc20d87
commit
d5bb1396ec
@@ -32,7 +32,7 @@ pub mod vector {
|
||||
pub use vector_types::vector::algorithms;
|
||||
pub use vector_types::vector::click_target;
|
||||
pub use vector_types::vector::misc::HandleId;
|
||||
pub use vector_types::vector::{PointId, RegionId, SegmentId};
|
||||
pub use vector_types::vector::{PointId, SegmentId};
|
||||
pub use vector_types::vector::{deserialize_hashmap, serialize_hashmap, serialize_hashmap_as_sorted_object};
|
||||
|
||||
// Re-export HandleExt trait and NoHashBuilder
|
||||
|
||||
Reference in New Issue
Block a user