Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Fix bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed Aug 7, 2023
1 parent 013ee60 commit e3a3f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindgen/config-generate-cs-core.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"inputFilePath": "./x-ast/ast-cross-platform.json",
"outputFileDirectory": "./../src/cs/production/Interop.Flecs.Core/Generated",
"namespaceName": "flecs_hub",
"namespaceName": "flecs_hub.Interop.Flecs",
"className": "PInvoke",
"isEnabledGeneratingRuntimeCode": false,
"isEnabledLibraryImport": true,
Expand Down
2 changes: 1 addition & 1 deletion bindgen/config-generate-cs-unity.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"inputFilePath": "./x-ast/ast-cross-platform.json",
"outputFileDirectory": "./../src/cs/production/Interop.Flecs.Unity/Generated",
"namespaceName": "flecs_hub",
"namespaceName": "flecs_hub.Interop.Flecs",
"className": "PInvoke",
"isEnabledGeneratingRuntimeCode": false,
"isEnabledLibraryImport": false,
Expand Down

0 comments on commit e3a3f42

Please sign in to comment.