From 134a5a6bd34511f07e60a9254bdfa744fc6d58f0 Mon Sep 17 00:00:00 2001 From: Rainbow Asteroids Date: Wed, 10 Mar 2021 02:45:36 -0500 Subject: [PATCH] Added package tweens (#1835) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 1fac0cc..746741a 100644 --- a/packages.json +++ b/packages.json @@ -21798,5 +21798,18 @@ "description": "Elegant optional types", "license": "MIT", "web": "https://github.com/markspanbroek/questionable" + }, + { + "name": "tweens", + "url": "https://github.com/RainbowAsteroids/tweens", + "method": "git", + "tags": [ + "tween", + "math", + "animation" + ], + "description": "Basic tweening library for Nim", + "license": "MIT", + "web": "https://github.com/RainbowAsteroids/tweens" } ]