generated from vvvv/VL.NewLibrary.Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVL.MediaPipe.nuspec
32 lines (32 loc) · 1.32 KB
/
VL.MediaPipe.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.MediaPipe</id>
<version>0.5.2-alpha</version>
<title>VL.MediaPipe</title>
<authors>Dom Scott, Torin Blankensmith, vvvv</authors>
<owners>vvvv</owners>
<projectUrl>https://github.com/vvvv/VL.MediaPipe</projectUrl>
<repository type="git" url="https://github.com/vvvv/VL.MediaPipe.git" />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>MediaPipe for vvvv</summary>
<description>MediaPipe for vvvv</description>
<tags>VL, ML, tracking, hand, face, skeleton, objectdetection</tags>
<dependencies>
<dependency id="VL.CEF" version="0.5.5" />
<dependency id="VL.IO.WebSocket" version="0.7.0-alpha" />
</dependencies>
<license type="expression">MIT</license>
<icon>icon\nugeticon.png</icon>
<readme>docs\README.md</readme>
</metadata>
<files>
<file src="..\buildTransitive\**" target="buildTransitive\" />
<file src="..\*.vl" target="" exclude="" />
<file src="..\lib\**" target="lib\" exclude="" />
<file src="..\help\**" target="help\" exclude="" />
<file src="..\web\**" target="web\" exclude="" />
<file src="..\README.md" target="docs\" />
<file src="nugeticon.png" target="icon\" />
</files>
</package>