Enforce the requirement for recent versions of Wx and Math::ConvexHull. #27
This commit is contained in:
parent
6d6533831e
commit
b5ca83abf8
@ -5,7 +5,7 @@ use warnings;
|
|||||||
use Slic3r::GUI::OptionsGroup;
|
use Slic3r::GUI::OptionsGroup;
|
||||||
use Slic3r::GUI::SkeinPanel;
|
use Slic3r::GUI::SkeinPanel;
|
||||||
|
|
||||||
use Wx qw(:sizer :frame wxID_EXIT wxID_ABOUT);
|
use Wx 0.9901 qw(:sizer :frame wxID_EXIT wxID_ABOUT);
|
||||||
use Wx::Event qw(EVT_MENU);
|
use Wx::Event qw(EVT_MENU);
|
||||||
use base 'Wx::App';
|
use base 'Wx::App';
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ package Slic3r::Perimeter;
|
|||||||
use Moo;
|
use Moo;
|
||||||
|
|
||||||
use Math::Clipper ':all';
|
use Math::Clipper ':all';
|
||||||
use Math::ConvexHull qw(convex_hull);
|
use Math::ConvexHull 1.0.4 qw(convex_hull);
|
||||||
use XXX;
|
use XXX;
|
||||||
|
|
||||||
use constant X => 0;
|
use constant X => 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user