Require the newest Math::Clipper and Boost::Geometry::Utils to avoid the huge memory leaks present in previous versions
This commit is contained in:
parent
f13d4e4e66
commit
c43ef45064
3 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ our $var = "$FindBin::Bin/var";
|
|||
|
||||
use Encode;
|
||||
use Encode::Locale;
|
||||
use Boost::Geometry::Utils 0.08;
|
||||
use Boost::Geometry::Utils 0.12;
|
||||
use Moo 0.091009;
|
||||
|
||||
use Slic3r::Config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue