From 6d18e12a6c7ae2a81d6c53afbaa8b19344815e38 Mon Sep 17 00:00:00 2001 From: Rainbow Asteroids Date: Sun, 13 Feb 2022 05:05:57 -0500 Subject: [PATCH] Added package crowncalc (#2148) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index f2ff078..5534b30 100644 --- a/packages.json +++ b/packages.json @@ -25234,5 +25234,18 @@ "description": "Powerful wrapper for Discord's API built in Nim", "license": "MIT", "web": "https://github.com/nolanplatt/discord.nim" + }, + { + "name": "crowncalc", + "url": "https://github.com/RainbowAsteroids/crowncalc", + "method": "git", + "tags": [ + "calculator", + "sdl", + "library" + ], + "description": "Basic calculator in Nim", + "license": "MIT", + "web": "https://github.com/RainbowAsteroids/crowncalc" } ]