diff --git a/contents.json b/contents.json index 185f154a..03cf53d8 100644 --- a/contents.json +++ b/contents.json @@ -8479,6 +8479,18 @@ "animation" ] }, + { + "title":"SwiftUISkia", + "category":"ui", + "description":"Skia based 2d graphics SwiftUI rendering library, based on Rust to implement software rasterization to perform rendering", + "homepage":"https://github.com/rustq/swiftui-skia", + "tags":[ + "swift", + "swiftui", + "skia", + "rust" + ] + }, { "title": "FlagAndCountryCode", "category": "utility", @@ -8499,6 +8511,6 @@ "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"] - } + } ] }