-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathVL.LayerX.nuspec
24 lines (24 loc) · 1.08 KB
/
VL.LayerX.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.LayerX</id>
<version>2.0.7</version>
<title>VL.LayerX</title>
<authors>Natan Sinigaglia, vvvv</authors>
<owners>Kairos Research Lab</owners>
<projectUrl>https://github.com/KairosResearchLab/Kairos</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>A library to handle values by embedding them into Layers, allowing sampling and advanced multi-layer compositing</summary>
<description>A library to handle values by embedding them into Layers, allowing sampling and advanced multi-layer compositing</description>
<copyright>Copyright © 2024 by Natan Sinigaglia. All rights reserved.</copyright>
<tags>VL</tags>
<dependencies>
<dependency id="VL.AlchemX" version="1.0.9" />
</dependencies>
</metadata>
<files>
<file src="..\..\LICENSE.md" target="" />
<file src="..\*.vl" target="" exclude="" />
<file src="..\help\**" target="help\" exclude="" />
</files>
</package>