diff --git a/packages.json b/packages.json index 1122360..c6878cd 100644 --- a/packages.json +++ b/packages.json @@ -5264,5 +5264,22 @@ "description": "ISAAC PRNG implementation on Nim", "license": "MIT", "web": "https://github.com/pragmagic/isaac/" + }, + { + "name": "SDF.nim", + "url": "https://github.com/Halsys/SDF.nim", + "method": "git", + "tags": [ + "sdf", + "text", + "contour", + "texture", + "signed", + "distance", + "transform" + ], + "description": "Signed Distance Field builder for contour texturing in Nim", + "license": "MIT", + "web": "https://github.com/Halsys/SDF.nim" } ]