From 1d688b1bc2741e5902fe66dbeca6eedfdab8b6b3 Mon Sep 17 00:00:00 2001 From: sls1005 <90055573+sls1005@users.noreply.github.com> Date: Sat, 22 Oct 2022 03:49:56 +0800 Subject: [PATCH] Added package casting (#2393) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index d3752c2..7996c41 100644 --- a/packages.json +++ b/packages.json @@ -27754,5 +27754,17 @@ "description": "A library to handle measurement uncertainties", "license": "MIT", "web": "https://github.com/SciNim/Measuremancer" + }, + { + "name": "casting", + "url": "https://github.com/sls1005/nim-casting", + "method": "git", + "tags": [ + "cpp", + "cast" + ], + "description": "A wrapper of the C++ cast operators", + "license": "MIT", + "web": "https://github.com/sls1005/nim-casting" } ]