mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 09:49:05 +08:00
We require Math::Clipper 1.02 now
This commit is contained in:
parent
ef485e511e
commit
f352dd8e81
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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user