Implement our own STL relaxed parser to be tolerant with malformed STL files and remove a dependency
This commit is contained in:
parent
a65befe08c
commit
774717c8bb
2 changed files with 77 additions and 6 deletions
1
Build.PL
1
Build.PL
|
@ -7,7 +7,6 @@ my $build = Module::Build->new(
|
|||
dist_version => '0.1',
|
||||
license => 'perl',
|
||||
requires => {
|
||||
'CAD::Format::STL' => '0',
|
||||
'File::Basename' => '0',
|
||||
'Getopt::Long' => '0',
|
||||
'Math::Clipper' => '1.02',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue