From 68a6d7e9e5e9b58b5ed7b5cc7f338fb3feed0c14 Mon Sep 17 00:00:00 2001 From: Joshua Cearley Date: Wed, 9 Aug 2017 17:22:32 -0500 Subject: [PATCH] Added package skEasing --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6d47252..89f33d3 100644 --- a/packages.json +++ b/packages.json @@ -6963,5 +6963,18 @@ "description": "Predictable state container.", "license": "MIT", "web": "https://github.com/pragmagic/redux.nim" + }, + { + "name": "skEasing", + "url": "https://github.com/Skrylar/skEasing", + "method": "git", + "tags": [ + "math", + "curves", + "animation" + ], + "description": "A collection of easing curves for animation purposes.", + "license": "BSD", + "web": "https://github.com/Skrylar/skEasing" } ]