From 660d68544879944de572d9156afe98da2094c55e Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Sun, 1 Jun 2025 22:00:30 -0600 Subject: [PATCH] Added package thorvg (#3047) --- packages.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index f6b0572..4001bd3 100644 --- a/packages.json +++ b/packages.json @@ -35361,10 +35361,26 @@ "syntax", "dsl", "macros", - "sugar", + "sugar" ], "description": "Elegant sugar", "license": "MIT", "web": "https://github.com/5-6-1/tang-nim" + }, + { + "name": "thorvg", + "url": "https://github.com/elcritch/thorvg-nim", + "method": "git", + "tags": [ + "thorvg", + "vector-graphics", + "graphics", + "renderer", + "nim", + "wrapper" + ], + "description": "ThorVG Nim Wrapper", + "license": "Unlicense", + "web": "https://github.com/elcritch/thorvg-nim" } ]