diff --git a/contents.json b/contents.json index ed10031b..03cf53d8 100644 --- a/contents.json +++ b/contents.json @@ -8479,18 +8479,6 @@ "animation" ] }, - { - "title":"FlagAndCountryCode", - "category":"utility", - "description":"FlagAndCountryCode provides phone codes and flags for every country. Works on UIKit and SwiftUI", - "homepage":"https://github.com/exyte/FlagAndCountryCode", - "tags":[ - "swift", - "flag", - "phone", - "country-code" - ] - }, { "title":"SwiftUISkia", "category":"ui", @@ -8504,15 +8492,25 @@ ] }, { - "title":"SwiftFiddle", - "category":"repl", - "description":"Playground for making, sharing, and embedding Swift code.", - "homepage":"https://swiftfiddle.com", - "tags":[ - "swift", - "repl", - "playground" - ] - } + "title": "FlagAndCountryCode", + "category": "utility", + "description": "FlagAndCountryCode provides phone codes and flags for every country. Works on UIKit and SwiftUI", + "homepage": "https://github.com/exyte/FlagAndCountryCode", + "tags": ["swift", "flag", "phone", "country-code"] + }, + { + "title": "SwiftFiddle", + "category": "repl", + "description": "Playground for making, sharing, and embedding Swift code.", + "homepage": "https://swiftfiddle.com", + "tags": ["swift", "repl", "playground"] + }, + { + "title": "SwiftGodot", + "category": "game-engine", + "description": "Swift bindings for the Godot game engine to build extensions or act as an api with SwiftGodotKit.", + "homepage": "https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/", + "tags":["swift", "game-engine", "bindings"] + } ] }