From dc5a253f0b0a50738a59cd87ec1c7de48285513b Mon Sep 17 00:00:00 2001 From: MeloAlright Date: Fri, 8 Nov 2024 02:41:00 +0800 Subject: [PATCH] Add SwiftUISkia (#1841) --- contents.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contents.json b/contents.json index e442ab13..0bc20788 100644 --- a/contents.json +++ b/contents.json @@ -7750,6 +7750,12 @@ "tags": ["swift", "flag", "phone", "country-code"] }, { + "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-skiae", + "tags": ["swift", "swiftui", "skia", "rust"] + }, "title": "SwiftFiddle", "category": "repl", "description": "Playground for making, sharing, and embedding Swift code.",