diff --git a/bindgen/config-generate-cs-core.json b/bindgen/config-generate-cs-core.json index 7e6cfa6..44a542a 100644 --- a/bindgen/config-generate-cs-core.json +++ b/bindgen/config-generate-cs-core.json @@ -3,6 +3,7 @@ "outputFileDirectory": "./../src/cs/production/Interop.Flecs.Core/Generated", "namespaceName": "flecs_hub.Interop.Flecs", "className": "PInvoke", + "libraryName": "flecs", "isEnabledGeneratingRuntimeCode": false, "isEnabledLibraryImport": true, "isEnabledFunctionPointers": true, diff --git a/bindgen/config-generate-cs-unity.json b/bindgen/config-generate-cs-unity.json index 4383c3c..58f270c 100644 --- a/bindgen/config-generate-cs-unity.json +++ b/bindgen/config-generate-cs-unity.json @@ -3,6 +3,7 @@ "outputFileDirectory": "./../src/cs/production/Interop.Flecs.Unity/Generated", "namespaceName": "flecs_hub.Interop.Flecs", "className": "PInvoke", + "libraryName": "flecs", "isEnabledGeneratingRuntimeCode": false, "isEnabledLibraryImport": false, "isEnabledFunctionPointers": false, diff --git a/src/cs/production/Interop.Flecs.Core/Generated/AssemblyAttributes.gen.cs b/src/cs/production/Interop.Flecs.Core/Generated/AssemblyAttributes.gen.cs index fda493e..470c397 100644 --- a/src/cs/production/Interop.Flecs.Core/Generated/AssemblyAttributes.gen.cs +++ b/src/cs/production/Interop.Flecs.Core/Generated/AssemblyAttributes.gen.cs @@ -1,6 +1,6 @@ // To disable generating this file set `isEnabledGenerateAssemblyAttributes` to `false` in the config file for generating C# code. // -// This code was generated by the following tool on 2023-08-10 00:50:37 GMT+00:00: +// This code was generated by the following tool on 2023-08-10 18:27:08 GMT-04:00: // https://github.com/bottlenoselabs/c2cs (v6.1.3.0) // // Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. diff --git a/src/cs/production/Interop.Flecs.Core/Generated/PInvoke.gen.cs b/src/cs/production/Interop.Flecs.Core/Generated/PInvoke.gen.cs index ac8384f..b8a3886 100644 --- a/src/cs/production/Interop.Flecs.Core/Generated/PInvoke.gen.cs +++ b/src/cs/production/Interop.Flecs.Core/Generated/PInvoke.gen.cs @@ -1,6 +1,6 @@ // -// This code was generated by the following tool on 2023-08-10 00:50:37 GMT+00:00: +// This code was generated by the following tool on 2023-08-10 18:27:08 GMT-04:00: // https://github.com/bottlenoselabs/c2cs (v6.1.3.0) // // Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. @@ -23,7 +23,7 @@ namespace flecs_hub.Interop.Flecs; public static unsafe partial class PInvoke { - private const string LibraryName = "PInvoke"; + private const string LibraryName = "flecs"; #region API diff --git a/src/cs/production/Interop.Flecs.Unity/Generated/AssemblyAttributes.gen.cs b/src/cs/production/Interop.Flecs.Unity/Generated/AssemblyAttributes.gen.cs index d4957ae..76275d9 100644 --- a/src/cs/production/Interop.Flecs.Unity/Generated/AssemblyAttributes.gen.cs +++ b/src/cs/production/Interop.Flecs.Unity/Generated/AssemblyAttributes.gen.cs @@ -1,6 +1,6 @@ // To disable generating this file set `isEnabledGenerateAssemblyAttributes` to `false` in the config file for generating C# code. // -// This code was generated by the following tool on 2023-08-10 00:50:50 GMT+00:00: +// This code was generated by the following tool on 2023-08-10 18:27:11 GMT-04:00: // https://github.com/bottlenoselabs/c2cs (v6.1.3.0) // // Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. diff --git a/src/cs/production/Interop.Flecs.Unity/Generated/PInvoke.gen.cs b/src/cs/production/Interop.Flecs.Unity/Generated/PInvoke.gen.cs index 3810a68..a230f4a 100644 --- a/src/cs/production/Interop.Flecs.Unity/Generated/PInvoke.gen.cs +++ b/src/cs/production/Interop.Flecs.Unity/Generated/PInvoke.gen.cs @@ -1,6 +1,6 @@ // -// This code was generated by the following tool on 2023-08-10 00:50:50 GMT+00:00: +// This code was generated by the following tool on 2023-08-10 18:27:11 GMT-04:00: // https://github.com/bottlenoselabs/c2cs (v6.1.3.0) // // Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. @@ -24,7 +24,7 @@ namespace flecs_hub.Interop.Flecs public static unsafe partial class PInvoke { - private const string LibraryName = "PInvoke"; + private const string LibraryName = "flecs"; #region API