Skip to content

Commit

Permalink
Merge pull request #55 from patrickdown/fix_gdext_dependencies
Browse files Browse the repository at this point in the history
Add T5 native lib to gdextension dependancies
  • Loading branch information
patrickdown authored Nov 23, 2023
2 parents 7d15481 + 1bf2502 commit d0f5545
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions example.gd/addons/tiltfive/tiltfive.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@ T5Gameboard = "res://addons/tiltfive/assets/board.svg"

windows.x86_64.debug = "res://addons/tiltfive/bin/libgdtiltfive.windows.template_debug.x86_64.dll"
windows.x86_64.release = "res://addons/tiltfive/bin/libgdtiltfive.windows.template_release.x86_64.dll"

[dependencies]

windows.x86_64.debug = {
"res://addons/tiltfive/bin/TiltFiveNative.dll" : ""
}
windows.x86_64.release = {
"res://addons/tiltfive/bin/TiltFiveNative.dll" : ""
}

0 comments on commit d0f5545

Please sign in to comment.