20 lines
801 B
XML
20 lines
801 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
|
|
<name>freecad.gears workbench</name>
|
|
<description>A gear workbench for FreeCAD</description>
|
|
<version>1.0</version>
|
|
<date>2022-02-07</date>
|
|
<maintainer email="sppedflyer@gmail.com">looooo</maintainer>
|
|
<license file="LICENSE">GPL 3</license>
|
|
<url type="repository" branch="develop">https://github.com/looooo/freecad.gears</url>
|
|
<icon>freecad/gears/icons/gearworkbench.svg</icon> <!-- If you include your icon here, you don't have to submit it to the main FreeCAD repo -->
|
|
|
|
<content>
|
|
<workbench>
|
|
<classname>GearWorkbench</classname>
|
|
<subdirectory>./</subdirectory>
|
|
<freecadmin>0.19</freecadmin>
|
|
</workbench>
|
|
</content>
|
|
|
|
</package> |