Skip to content

Commit 45f15d5

Browse files
committed
Update shape dependency
1 parent 04f2c7b commit 45f15d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,8 +787,8 @@ Features:
787787
* Bin types:
788788
* Polygonal shape (possibly non-convex)
789789
* May contain different quality areas
790+
* Minimum distance between the bin and the items
790791
* Minimum distance between each pair of items
791-
* Minimum distance between each item and its container
792792

793793
Example:
794794
```shell

extern/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ set(SHAPE_BUILD_TEST OFF)
3838
FetchContent_Declare(
3939
shape
4040
GIT_REPOSITORY https://github.com/fontanf/shape.git
41-
GIT_TAG 514c41492339d7d8cc82b304fcc37d3b06f21113
41+
GIT_TAG dad3bd91444b0693f1e70dc734dfe6f558c5a556
4242
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../shape/"
4343
EXCLUDE_FROM_ALL)
4444
FetchContent_MakeAvailable(shape)

0 commit comments

Comments
 (0)