mono / VulkanSharp

Open source .NET binding for the Vulkan API
MIT License
537 stars 61 forks source link

Change: Converted to .NET Standard 2.0 Library #72

Closed jcapellman closed 6 years ago

jcapellman commented 6 years ago

Figured this would be helpful for other folks in 2018 for it to be .NET Standard 2.0.

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.

radekdoulik commented 6 years ago

Thanks for the PR.

We already have .NET Standard library project: https://github.com/mono/VulkanSharp/blob/master/netstandard/VulkanSharp.csproj

It is not yet build by default. I plan to add the library to the nuget package.