path-offset 0.1.0

A simple library for offsetting paths
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "path-offset"
version = "0.1.0"
edition = "2024"
description = "A simple library for offsetting paths"
license = "Apache-2.0"

[dependencies]
lyon = { version = "1.0.1", features = ["extra"] }
flo_curves = "0.8.0"
cavalier_contours = "0.6.0"
thiserror = "2.0.12"