mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
We require Math::Clipper 1.02 now
This commit is contained in:
2
Build.PL
2
Build.PL
@@ -10,7 +10,7 @@ my $build = Module::Build->new(
|
|||||||
'CAD::Format::STL' => '0',
|
'CAD::Format::STL' => '0',
|
||||||
'File::Basename' => '0',
|
'File::Basename' => '0',
|
||||||
'Getopt::Long' => '0',
|
'Getopt::Long' => '0',
|
||||||
'Math::Clipper' => '1.01',
|
'Math::Clipper' => '1.02',
|
||||||
'Math::ConvexHull' => '1.0.4',
|
'Math::ConvexHull' => '1.0.4',
|
||||||
'Moo' => '0',
|
'Moo' => '0',
|
||||||
'Time::HiRes' => '0',
|
'Time::HiRes' => '0',
|
||||||
|
|||||||
Reference in New Issue
Block a user