From e6c82918bcb26644601453187111f0583312b24f Mon Sep 17 00:00:00 2001 From: 5-6-1 Date: Fri, 6 Jun 2025 04:32:53 +0800 Subject: [PATCH] add unitx (#3049) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 4b87eb0..780ea6b 100644 --- a/packages.json +++ b/packages.json @@ -35367,6 +35367,24 @@ "license": "MIT", "web": "https://github.com/5-6-1/tang-nim" }, + { + "name": "unitx", + "url": "https://github.com/5-6-1/unitx-nim", + "method": "git", + "tags": [ + "units", + "physics", + "dimensional", + "compile-time", + "type-safe", + "algebra", + "science", + "engineering" + ], + "description": "Zero-overhead compile-time unit system with algebraic expressions", + "license": "MIT", + "web": "https://github.com/5-6-1/unitx-nim", + }, { "name": "thorvg", "url": "https://github.com/elcritch/thorvg-nim",