mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Require Math::Clipper 1.09 because it contains important bugfixes
This commit is contained in:
parent
be8970b497
commit
94e28b9ab8
2 changed files with 2 additions and 2 deletions
2
Build.PL
2
Build.PL
|
@ -10,7 +10,7 @@ my $build = Module::Build->new(
|
|||
'Boost::Geometry::Utils' => '0',
|
||||
'File::Basename' => '0',
|
||||
'Getopt::Long' => '0',
|
||||
'Math::Clipper' => '1.07',
|
||||
'Math::Clipper' => '1.09',
|
||||
'Math::ConvexHull' => '1.0.4',
|
||||
'Math::Geometry::Voronoi' => '1.3',
|
||||
'Math::PlanePath' => '53',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue