diff --git a/packages.json b/packages.json index a4989e2..2197cca 100644 --- a/packages.json +++ b/packages.json @@ -27595,5 +27595,19 @@ "description": "KDL document language Nim implementation", "license": "MIT", "web": "https://github.com/Patitotective/kdl-nim" + }, + { + "name": "geometrymath", + "url": "https://github.com/can-lehmann/geometrymath", + "method": "git", + "tags": [ + "library", + "geometry", + "math", + "graphics" + ], + "description": "Linear algebra library for computer graphics applications", + "license": "MIT", + "web": "https://github.com/can-lehmann/geometrymath" } ]