Skip to content

Commit ce6eab3

Browse files
committed
Cargo updated with aabb
1 parent 0d4b860 commit ce6eab3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Cargo.lock

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

1717
[dependencies]
1818
togo = "0.6"
19+
aabb = "0.1"
1920
robust = "1.2"
2021

2122
[lib]

0 commit comments

Comments
 (0)