vendoring NetVips
This commit is contained in:
parent
36a0f8d39c
commit
33e9d5f43a
41 changed files with 21749 additions and 0 deletions
12
vendor/NetVips/Interop/Libraries.cs
vendored
Normal file
12
vendor/NetVips/Interop/Libraries.cs
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
namespace NetVips.Interop;
|
||||
|
||||
internal static class Libraries
|
||||
{
|
||||
/// <remarks>
|
||||
/// These library names are remapped in a cross-platform manner,
|
||||
/// <see cref="ModuleInitializer.Initialize"/>.
|
||||
/// </remarks>
|
||||
internal const string GLib = "libglib-2.0-0.dll",
|
||||
GObject = "libgobject-2.0-0.dll",
|
||||
Vips = "libvips-42.dll";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue