Skip to content

Commit

Permalink
Update binding generator to output native getter functions for extern…
Browse files Browse the repository at this point in the history
… variables
  • Loading branch information
BeanCheeseBurrito committed Oct 30, 2024
1 parent 710c8b8 commit a9db532
Show file tree
Hide file tree
Showing 9 changed files with 2,476 additions and 616 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fetch-depth: 0

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "submodules/flecs"]
path = submodules/flecs
[submodule "native/flecs"]
path = native/flecs
url = https://github.com/SanderMertens/flecs
branch = master
Loading

0 comments on commit a9db532

Please sign in to comment.