Skip to content

Commit cf009ca

Browse files
committed
0.17.2
1 parent 977bcde commit cf009ca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 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 = "csgrs"
3-
version = "0.18.0"
3+
version = "0.17.2"
44
edition = "2024"
55
description = "Constructive solid geometry (CSG) on meshes using BSP trees in Rust"
66
authors = ["Timothy Schmidt <timschmidt@gmail.com>"]
@@ -30,6 +30,7 @@ opt-level = "z"
3030

3131
[dependencies]
3232
nalgebra = "0.33"
33+
#curvo = "0.1.52"
3334
robust = { version = "1.1.0", default-features = false, features = ["no_std"] }
3435
geo = { version = "0.29.3", default-features = false }
3536
geo-buf = { version = "0.1.0", optional = true } # straight-skeleton offsetting iOverlay can handle this in v2

0 commit comments

Comments
 (0)