Skip to content

Commit 8436a4e

Browse files
committed
cargo toml fix
1 parent 6f242d3 commit 8436a4e

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

Cargo.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@
22
resolver = "2"
33
members = ["jagua-rs", "lbf"]
44

5-
[workspace.package]
6-
version = "0.5.0"
7-
edition = "2024"
8-
license = "MPL-2.0"
9-
repository = "https://github.com/JeroenGar/jagua-rs"
10-
authors = ["Jeroen Gardeyn"]
11-
description = "A fast and fearless Collision Detection Engine for 2D irregular Cutting and Packing problems"
12-
readme = "README.md"
13-
keywords = ["nesting", "packing", "strip", "bin", "irregular"]
14-
homepage = "https://github.com/JeroenGar/jagua-rs"
15-
165
[workspace.dependencies]
176
ndarray = "0.16"
187
rand = { version = "0.9", features = ["small_rng"] }

jagua-rs/Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jagua-rs"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2024"
55
license = "MPL-2.0"
66
repository = "https://github.com/JeroenGar/jagua-rs"
@@ -34,4 +34,8 @@ separation-distance = ["dep:geo-offset", "dep:geo-types"]
3434
## Enables support for the Strip Packing Problem
3535
spp = []
3636
## Enables support for the Bin Packing Problem
37-
bpp = []
37+
bpp = []
38+
39+
[package.metadata.docs.rs]
40+
all-features = true
41+
# rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)