Skip to content

Commit

Permalink
Merge branch 'main' into bindnode-crossplatform
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenalexm committed Jun 3, 2024
2 parents c10d3ea + 69d1a28 commit ab2a29c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/Platformer3D.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ macos.debug = "res://bin/libPlatformer3D.dylib"
macos.release = "res://bin/libPlatformer3D.dylib"
linux.debug.x86_64 = "res://bin/libPlatformer3D.so"
linux.release.x86_64 = "res://bin/libPlatformer3D.so"
windows.debug.x86_64 = "res://bin/Platformer3D.dll"
windows.release.x86_64 = "res://bin/Platformer3D.dll"


[dependencies]
macos.release = {"res://bin/libSwiftGodot.dylib" : ""}
macos.debug = {"res://bin/libSwiftGodot.dylib" : ""}
linux.debug.x86_64 = {"res://bin/libSwiftGodot.so" : ""}
linux.release.x86_64 = {"res://bin/libSwiftGodot.so" : ""}
windows.debug.x86_64 = {"res://bin/SwiftGodot.dll" : ""}
windows.release.x86_64 = {"res://bin/SwiftGodot.dll" : ""}

0 comments on commit ab2a29c

Please sign in to comment.