From 69fe5a752d1b85ca66e5e876cf86c2b430eea604 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Tue, 4 Oct 2022 21:49:40 -0700 Subject: [PATCH] Added package cssgrid (#2372) --- packages.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index e5b7f81..b41e1b2 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,5 @@ [ - { + { "name": "passy", "url": "https://github.com/infinitybeond1/passy", "method": "git", @@ -27628,5 +27628,23 @@ "description": "Linear algebra library for computer graphics applications", "license": "MIT", "web": "https://github.com/can-lehmann/geometrymath" + }, + { + "name": "cssgrid", + "url": "https://github.com/elcritch/cssgrid", + "method": "git", + "tags": [ + "cssgrid", + "css", + "layout", + "grid", + "engine", + "ui", + "ux", + "gui" + ], + "description": "pure Nim CSS Grid layout engine", + "license": "MIT", + "web": "https://github.com/elcritch/cssgrid" } ]