-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGlfwSharp.NET.0.0.2.nuspec
More file actions
23 lines (23 loc) · 919 Bytes
/
GlfwSharp.NET.0.0.2.nuspec
File metadata and controls
23 lines (23 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>GlfwSharp.NET</id>
<version>0.0.2</version>
<title>GlfwSharp.NET</title>
<authors>Himanshu Goel</authors>
<owners></owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/himanshugoel2797/VulkanSharp.NET</projectUrl>
<description>Glfw3 binding generated from headers, intended to be used with VulkanSharp.NET</description>
<releaseNotes>Initial Release</releaseNotes>
<language>en-US</language>
<dependencies>
<group targetFramework=".NETCoreApp3.1">
<dependency id="VulkanSharp.NET" version="0.0.2" />
</group>
</dependencies>
</metadata>
<files>
<file src="lib\netcoreapp3.1\GlfwSharp.NET.dll" target="lib\netcoreapp3.1\GlfwSharp.NET.dll" />
</files>
</package>