mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-05 11:19:39 -04:00
- Second attempt at nuget. Adding files directly so they can be customized and fewer dlls in output. - Issue with getting dlls to be added however.
21 lines
864 B
XML
21 lines
864 B
XML
<?xml version="1.0"?>
|
|
<package >
|
|
<metadata>
|
|
<id>Raylib-cs</id>
|
|
<version>1.3</version>
|
|
<authors>mysterious_space</authors>
|
|
<owners>mysterious_space</owners>
|
|
<licenseUrl>https://github.com/ChrisDill/Raylib-cs/blob/master/LICENSE</licenseUrl>
|
|
<projectUrl>https://github.com/ChrisDill/Raylib-cs</projectUrl>
|
|
<iconUrl>https://github.com/ChrisDill/Raylib-cs/blob/master/Logo/raylib-cs.ico</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>C# bindings for raylib, a simple and easy-to-use library to learn videogames programming.</description>
|
|
<copyright>Copyright 2018</copyright>
|
|
<tags>raylib csharp binding opengl gamedev</tags>
|
|
</metadata>
|
|
<files>
|
|
<file src="Bindings\lib\**\*.dll*" target="lib" />
|
|
<file src="Bindings\*.cs" target="Content\raylib-cs" />
|
|
</files>
|
|
</package>
|