From 7c1aa188d3c83a9d4ab9735282dd701ffb26e420 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 30 Aug 2019 17:01:44 -0300 Subject: [PATCH] Added package easings (#1155) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 810cc88..25b9e75 100644 --- a/packages.json +++ b/packages.json @@ -14155,5 +14155,17 @@ "description": "EDN and Clojure parser", "license": "EPL-2.0", "web": "https://github.com/rosado/edn.nim" + }, + { + "name": "easings", + "url": "https://github.com/juancarlospaco/nim-easings", + "method": "git", + "tags": [ + "easings", + "math" + ], + "description": "Robert Penner Easing Functions for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-easings" } ]