From c4eb5a029261d8ef591a5e7ae7984322842d6de1 Mon Sep 17 00:00:00 2001 From: TheConnorJohnson Date: Fri, 6 Dec 2024 23:10:48 -0700 Subject: [PATCH] Add Swiftly --- contents.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index 03cf53d8..12aa30a1 100644 --- a/contents.json +++ b/contents.json @@ -8511,6 +8511,13 @@ "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"] - } + }, + { + "title": "Swiftly", + "category": "dependency-managers", + "description": "Swift CLI toolchain installer to install different versions of Swift.", + "homepage": "https://github.com/swiftlang/swiftly", + "tags":["swift", "dependency", "cli"] + } ] }