-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.xml
21 lines (20 loc) · 926 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>CadQuery</name>
<description>Workbench which makes CadQuery models executable within FreeCAD</description>
<version>2.1.0</version>
<date>2024-12-10</date>
<license file="LICENSE">Apache-2.0</license>
<url type="repository" branch="master">https://github.com/CadQuery/cadquery-freecad-workbench</url>
<icon>CQGui/icons/CQ_Logo.svg</icon>
<content>
<workbench>
<name>CadQuery</name>
<description>Workbench which makes CadQuery models executable within FreeCAD</description>
<classname>CadQueryWorkbench</classname>
<subdirectory>./</subdirectory>
<icon>CQGui/icons/CQ_Logo.svg</icon>
<depend version_eq="2.5.2">cadquery</depend>
<depend version_eq="7.7.2">cadquery-ocp</depend>
</workbench>
</content>
</package>