vendoring NetVips

This commit is contained in:
Renjaya Raga Zenta 2025-07-31 00:17:59 +07:00
parent 36a0f8d39c
commit 33e9d5f43a
41 changed files with 21749 additions and 0 deletions

View file

@ -0,0 +1,11 @@
// This file enables ModuleInitializer, a C# 9 feature to work with .NET Framework.
#if NETFRAMEWORK
namespace System.Runtime.CompilerServices;
/// <inheritdoc />
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
internal sealed class ModuleInitializerAttribute : Attribute
{
}
#endif