Skip to content

Commit c89407b

Browse files
committed
Add aabb to Cargo
1 parent ce6eab3 commit c89407b

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [0.4.5] - 2025-10-26
4+
- Add **aabb** to Cargo
5+
36
## [0.4.2] - 2025-10-26
47
- Implement spatial index for the prune phase
58

Cargo.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "offroad"
3-
version = "0.4.3"
3+
version = "0.4.5"
44
description = "2D offsetting for arc polylines/polygons."
55
rust-version = "1.88"
66
edition = "2024"

src/offset_prune_invalid.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![allow(dead_code)]
22

33
use togo::prelude::*;
4-
use togo::spatial::HilbertRTree;
4+
use aabb::HilbertRTree;
55

66
use crate::offsetraw::OffsetRaw;
77

0 commit comments

Comments
 (0)