Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -787,8 +787,8 @@ Features:
* Bin types:
* Polygonal shape (possibly non-convex)
* May contain different quality areas
* Minimum distance between the bin and the items
* Minimum distance between each pair of items
* Minimum distance between each item and its container

Example:
```shell
Expand Down
2 changes: 1 addition & 1 deletion extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ set(SHAPE_BUILD_TEST OFF)
FetchContent_Declare(
shape
GIT_REPOSITORY https://github.com/fontanf/shape.git
GIT_TAG 514c41492339d7d8cc82b304fcc37d3b06f21113
GIT_TAG dad3bd91444b0693f1e70dc734dfe6f558c5a556
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../shape/"
EXCLUDE_FROM_ALL)
FetchContent_MakeAvailable(shape)
Expand Down
Loading