aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2019-08-30 17:01:44 -0300
committerMiran <narimiran@disroot.org>2019-08-30 22:01:44 +0200
commit7c1aa188d3c83a9d4ab9735282dd701ffb26e420 (patch)
tree7edac3eedc9389935332d2b927f8c564a075a099
parent71bbed17bf0e25f062692d0368aff1ccac9df888 (diff)
downloadpackages-7c1aa188d3c83a9d4ab9735282dd701ffb26e420.tar.gz
packages-7c1aa188d3c83a9d4ab9735282dd701ffb26e420.zip
Added package easings (#1155)
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]