Skip to content

Commit

Permalink
⬆️ Bump SwiftGodot, panku
Browse files Browse the repository at this point in the history
  • Loading branch information
alicerunsonfedora committed Sep 13, 2023
1 parent 71a3d43 commit 8f4080b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Shounin/addons/panku_console
2 changes: 1 addition & 1 deletion SwiftGodot-Source
Submodule SwiftGodot-Source updated 32 files
+6 −1 .github/workflows/swift.yml
+1 −1 Generator/Generator/Arguments.swift
+1 −3 Generator/Generator/BuiltinGen.swift
+3 −4 Generator/Generator/ClassGen.swift
+1 −1 Generator/Generator/Enums.swift
+13 −7 Generator/Generator/MethodGen.swift
+1 −1 Makefile
+16 −4 Plugins/CodeGeneratorPlugin/plugin.swift
+1 −1 Sources/GDExtension/include/GDExtensionSupport.h
+1,879 −216 Sources/GDExtension/include/gdextension_interface.h
+3 −3 Sources/SimpleExtension/Demo.swift
+1 −1 Sources/SwiftGodot/Core/ClassServices.swift
+1 −1 Sources/SwiftGodot/Core/SignalSupport.swift
+7 −6 Sources/SwiftGodot/Core/StringExtensions.swift
+1 −1 Sources/SwiftGodot/Core/Various.swift
+1 −1 Sources/SwiftGodot/Core/Wrapped.swift
+169 −9 Sources/SwiftGodot/EntryPoint.swift
+64 −0 Sources/SwiftGodot/SwiftGodot.docc/Resources/Tutorials/Sources/SwiftGodotKit-Main.swift
+ ...iftGodot/SwiftGodot.docc/Resources/Tutorials/SwiftGodotKitImages/SwiftGodotKit-Xcode-1-MacOS-NewProject.png
+ ...ces/SwiftGodot/SwiftGodot.docc/Resources/Tutorials/SwiftGodotKitImages/SwiftGodotKit-Xcode-2-AddPackage.png
+ Sources/SwiftGodot/SwiftGodot.docc/Resources/Tutorials/SwiftGodotKitImages/SwiftGodotKit-Xcode-3-AddTarget.png
+ ...wiftGodot/SwiftGodot.docc/Resources/Tutorials/SwiftGodotKitImages/SwiftGodotKit-Xcode-4-HardenedRuntime.png
+ Sources/SwiftGodot/SwiftGodot.docc/Resources/Tutorials/SwiftGodotKitImages/SwiftGodotKit-Xcode-5-Sample.png
+4 −4 Sources/SwiftGodot/SwiftGodot.docc/Signals.md
+11 −0 Sources/SwiftGodot/SwiftGodot.docc/SwiftGodot Tutorials.tutorial
+55 −0 Sources/SwiftGodot/SwiftGodot.docc/Tutorials/Using Swift Godot Kit.tutorial
+3 −3 Sources/SwiftGodot/SwiftGodot.docc/Variants.md
+1 −1 Sources/SwiftGodot/Variant.swift
+7,676 −751 Sources/SwiftGodot/extension_api.json
+2 −0 Testbed/example.gdextension
+1 −1 Testbed/project.godot
+1 −1 scripts/make-libgodot.framework

0 comments on commit 8f4080b

Please sign in to comment.