Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-08-03 18:47:18 +0300
committerbubnikv <bubnikv@gmail.com>2017-08-03 18:47:18 +0300
commited46cfa19d1f83eb25ecde2a1410af1d2f6fd343 (patch)
tree134fc387d71354285e857823df5abbfc8b4ba4d3 /Build.PL
parent138501872426ae1fc7023478dd1deba96d936ecf (diff)
Simplified the code base by requiring wxWidgets >= 3.0
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 0f340a585..0e5113456 100644
--- a/Build.PL
+++ b/Build.PL
@@ -34,7 +34,7 @@ my $xs_only = grep { $_ eq '--xs' } @ARGV;
if ($gui) {
%prereqs = qw(
Class::Accessor 0
- Wx 0.9918
+ Wx 3.0
Socket 2.016
);
%recommends = qw(