Skip to content

Commit 750f6bb

Browse files
authored
Merge pull request #1854 from TheConnorJohnson/master
Add SwiftGodot
2 parents b45d84e + 5ae3c71 commit 750f6bb

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

contents.json

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8479,18 +8479,6 @@
84798479
"animation"
84808480
]
84818481
},
8482-
{
8483-
"title":"FlagAndCountryCode",
8484-
"category":"utility",
8485-
"description":"FlagAndCountryCode provides phone codes and flags for every country. Works on UIKit and SwiftUI",
8486-
"homepage":"https://github.com/exyte/FlagAndCountryCode",
8487-
"tags":[
8488-
"swift",
8489-
"flag",
8490-
"phone",
8491-
"country-code"
8492-
]
8493-
},
84948482
{
84958483
"title":"SwiftUISkia",
84968484
"category":"ui",
@@ -8504,15 +8492,25 @@
85048492
]
85058493
},
85068494
{
8507-
"title":"SwiftFiddle",
8508-
"category":"repl",
8509-
"description":"Playground for making, sharing, and embedding Swift code.",
8510-
"homepage":"https://swiftfiddle.com",
8511-
"tags":[
8512-
"swift",
8513-
"repl",
8514-
"playground"
8515-
]
8516-
}
8495+
"title": "FlagAndCountryCode",
8496+
"category": "utility",
8497+
"description": "FlagAndCountryCode provides phone codes and flags for every country. Works on UIKit and SwiftUI",
8498+
"homepage": "https://github.com/exyte/FlagAndCountryCode",
8499+
"tags": ["swift", "flag", "phone", "country-code"]
8500+
},
8501+
{
8502+
"title": "SwiftFiddle",
8503+
"category": "repl",
8504+
"description": "Playground for making, sharing, and embedding Swift code.",
8505+
"homepage": "https://swiftfiddle.com",
8506+
"tags": ["swift", "repl", "playground"]
8507+
},
8508+
{
8509+
"title": "SwiftGodot",
8510+
"category": "game-engine",
8511+
"description": "Swift bindings for the Godot game engine to build extensions or act as an api with SwiftGodotKit.",
8512+
"homepage": "https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/",
8513+
"tags":["swift", "game-engine", "bindings"]
8514+
}
85178515
]
85188516
}

0 commit comments

Comments
 (0)