Enforce the requirement for recent versions of Wx and Math::ConvexHull. #27
This commit is contained in:
parent
6d6533831e
commit
b5ca83abf8
2 changed files with 2 additions and 2 deletions
lib/Slic3r
|
@ -5,7 +5,7 @@ use warnings;
|
|||
use Slic3r::GUI::OptionsGroup;
|
||||
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 base 'Wx::App';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue