From c2852602cdd47c4583abab1ed929c3e036e089db Mon Sep 17 00:00:00 2001 From: Nail Sharipov Date: Mon, 23 Mar 2026 10:57:05 +0300 Subject: [PATCH] fix feature flag --- iOverlay/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iOverlay/Cargo.toml b/iOverlay/Cargo.toml index 2be8473..4614400 100644 --- a/iOverlay/Cargo.toml +++ b/iOverlay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "i_overlay" -version = "4.5.0" +version = "4.5.1" authors = ["Nail Sharipov "] edition = "2024" description = "Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties." @@ -29,7 +29,7 @@ default = [] glam = ["i_float/glam"] serde = ["i_float/serde", "i_shape/serde"] -allow_multithreading = ["dep:rayon"] +allow_multithreading = ["dep:rayon", "i_key_sort/allow_multithreading"] [dev-dependencies] serde = { version = "^1.0", features = ["derive"] }